https://github.com/EasyCrypt/easycrypt
Revision df78b6557c499f81f874621243e62ba620bf81bb authored by Pierre-Yves Strub on 17 November 2021, 05:34:13 UTC, committed by Pierre-Yves Strub on 17 November 2021, 05:34:13 UTC
1 parent f8d5b79
Raw File
Tip revision: df78b6557c499f81f874621243e62ba620bf81bb authored by Pierre-Yves Strub on 17 November 2021, 05:34:13 UTC
.gitignore (.eca at root)
Tip revision: df78b65
dune-project
(lang dune 2.8)
(using menhir 2.0)

(generate_opam_files true)

(package
 (name easycrypt)
 (depends
  (ocaml (>= 4.08.0))
  (batteries (>= 2.3.0))
  camlzip
  dune-build-info
  (ocaml-inifiles (>= 1.2))
  (pcre (>= 7))
  (why3 (and (>= 1.4.0) (< 1.5)))
  yojson
  (zarith (>= 1.10))
))
back to top