https://github.com/EasyCrypt/easycrypt
Revision 94538c51e6ed4ec582bf9c8bb5d9331bc1781993 authored by François Dupressoir on 16 March 2023, 19:08:33 UTC, committed by Pierre-Yves Strub on 02 May 2023, 09:38:51 UTC
1 parent bde8af8
Raw File
Tip revision: 94538c51e6ed4ec582bf9c8bb5d9331bc1781993 authored by François Dupressoir on 16 March 2023, 19:08:33 UTC
[ci] update actions to avoid node deprecation
Tip revision: 94538c5
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