https://github.com/EasyCrypt/easycrypt
Revision e39463d85ba38ac20cfcee2c98a020eb078d879c authored by Pierre-Yves Strub on 16 November 2021, 17:37:59 UTC, committed by Pierre-Yves Strub on 16 November 2021, 17:37:59 UTC
1 parent 68bbd4b
Raw File
Tip revision: e39463d85ba38ac20cfcee2c98a020eb078d879c authored by Pierre-Yves Strub on 16 November 2021, 17:37:59 UTC
.gitignore: cleanup
Tip revision: e39463d
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