swh:1:snp:c6eed7016ba4bf4d2b35a8b8da0574d65e9228df
Raw File
Tip revision: 3c1476b648e95e00b886cd7986bada35064ca44e authored by Alley Stoughton on 17 May 2022, 13:54:38 UTC
Fix pretty-printing of projections.
Tip revision: 3c1476b
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