https://github.com/EasyCrypt/easycrypt
Revision 229ac7a3975f89f45523198a2b49ec28a4a02dad authored by Pierre-Yves Strub on 17 November 2021, 06:24:47 UTC, committed by Pierre-Yves Strub on 17 November 2021, 06:24:47 UTC
1 parent 02082bd
Raw File
Tip revision: 229ac7a3975f89f45523198a2b49ec28a4a02dad authored by Pierre-Yves Strub on 17 November 2021, 06:24:47 UTC
Remove EcFortune
Tip revision: 229ac7a
dune-project
(lang dune 2.8)
(using menhir 2.0)

(generate_opam_files true)

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