https://github.com/EasyCrypt/easycrypt
Revision 42178360309ee592f1ab8ee6b05e6f98b332c05d authored by Pierre-Yves Strub on 17 November 2021, 05:41:36 UTC, committed by Pierre-Yves Strub on 17 November 2021, 05:41:36 UTC
1 parent 061e164
Raw File
Tip revision: 42178360309ee592f1ab8ee6b05e6f98b332c05d authored by Pierre-Yves Strub on 17 November 2021, 05:41:36 UTC
reenable warning 38
Tip revision: 4217836
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