swh:1:snp:510544f7899e7fee487ee146b60cd834a253fd12
Raw File
Tip revision: 189283a215d9d93ed5819f037d38e1f9131acc92 authored by Pierre-Yves Strub on 15 March 2023, 06:59:34 UTC
Move to github docker repository
Tip revision: 189283a
dune-project
(lang dune 3.6)
(using menhir 2.0)
(using dune_site 0.1)

(wrapped_executables false)

(name easycrypt)

(generate_opam_files true)

(package
 (name easycrypt)
 (sites (lib theories) (libexec commands))
 (depends
  (ocaml (>= 4.08.0))
  (batteries (>= 3))
  (camlp-streams (>= 5))
  camlzip
  (dune (>= 3.6))
  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