https://github.com/EasyCrypt/easycrypt
Revision 6a6f3b890d819cb4ba5bc73314d80963e1cd7ae5 authored by Pierre-Yves Strub on 03 December 2021, 08:56:41 UTC, committed by GitHub on 03 December 2021, 08:56:41 UTC
2 parent s fe9a171 + e77e653
Raw File
Tip revision: 6a6f3b890d819cb4ba5bc73314d80963e1cd7ae5 authored by Pierre-Yves Strub on 03 December 2021, 08:56:41 UTC
Merge pull request #105 from EasyCrypt/deploy-lift-lro
Tip revision: 6a6f3b8
easycrypt.opam.template
opam-version: "2.0"

homepage: "https://www.easycrypt.info/"
bug-reports: "https://www.easycrypt.info/trac/newticket"
dev-repo: "git+https://github.com/EasyCrypt/easycrypt.git"
authors: "EasyCrypt Development Team <team@easycrypt.info>"
maintainer: "pierre-yves@strub.nu"
license: "CeCILL-C"

synopsis: "EasyCrypt: Computer-Aided Cryptographic Proofs"
description: """
EasyCrypt is a toolset for reasoning about relational properties
of probabilistic computations with adversarial code. Its main
application is the construction and verification of game-based
cryptographic proofs."""

post-messages: """
EasyCrypt needs external provers to be installed. From opam, you
can install AltErgo (package: alt-ergo).

The required steps for configuring the provers are listed on:
  https://github.com/EasyCrypt/easycrypt#configuring-why3"""

build: [
  ["dune" "build" "-p" name "-j" jobs "@install"]
]
back to top