Revision 31ce231ee4f12f58236e21ce943bae97cad0062a authored by François Dupressoir on 06 November 2019, 20:46:14 UTC, committed by Pierre-Yves Strub on 17 November 2021, 07:51:50 UTC
these are focused on a specific proof and deserve expanding, fleshing out and cleaning up
1 parent 229ac7a
Raw File
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