https://github.com/EasyCrypt/easycrypt
Revision 5334126ea9ba14f7e04dc03623a24e25ff2f3df8 authored by Pierre-Yves Strub on 16 November 2021, 13:38:29 UTC, committed by Pierre-Yves Strub on 16 November 2021, 17:35:05 UTC
we do not currently expose any stable API.
1 parent 3f13dec
Raw File
Tip revision: 5334126ea9ba14f7e04dc03623a24e25ff2f3df8 authored by Pierre-Yves Strub on 16 November 2021, 13:38:29 UTC
[build] do not create an internal EC library
Tip revision: 5334126
dune-project
(lang dune 2.8)
(using menhir 2.0)

(generate_opam_files true)

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