https://github.com/EasyCrypt/easycrypt
Raw File
Tip revision: 71cc455910eec99a5fe986bda52c4f0b1d34576b authored by Christian Doczkal on 10 May 2022, 14:09:06 UTC
AKEM: bound public key collisions
Tip revision: 71cc455
dune-project
(lang dune 2.8)
(using menhir 2.0)
(using dune_site 0.1)

(name easycrypt)

(generate_opam_files true)

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