swh:1:snp:f06d4d1f1c56d17a2f00ca108b0c7636a874db0d
Raw File
Tip revision: f938f3815f806f96b58417a9fb91ad0e5df8f7cc authored by François Dupressoir on 24 March 2022, 15:55:56 UTC
Tighten the ROM bad call results
Tip revision: f938f38
dune-project
(lang dune 2.8)
(using menhir 2.0)
(using dune_site 0.1)

(wrapped_executables false)

(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.5.0) (< 1.6)))
  yojson
  (zarith (>= 1.10))
))
back to top