https://github.com/EasyCrypt/easycrypt
Revision a1eeaf04b47dfdc4d57d117a4ed51eeae199c237 authored by Pierre-Yves Strub on 05 May 2022, 08:02:38 UTC, committed by Pierre-Yves Strub on 05 May 2022, 13:14:49 UTC
This requires a modification of the docker image s.t. the user UID
is compatible with the one used by Github Action
1 parent aab2ca4
Raw File
Tip revision: a1eeaf04b47dfdc4d57d117a4ed51eeae199c237 authored by Pierre-Yves Strub on 05 May 2022, 08:02:38 UTC
[github-action]: do not start as root
Tip revision: a1eeaf0
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" "subst"]
  ["dune" "build" "-p" name "-j" jobs "@install"]
]
back to top