https://github.com/EasyCrypt/easycrypt
Raw File
Tip revision: d60b79658c3d08c2dd17e5f768ea0d815354d814 authored by Gustavo Delerue on 28 April 2024, 20:45:40 UTC
Refactoring and added more translations
Tip revision: d60b796
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.7.0) (< 1.8)))
  yojson
  (zarith (>= 1.10))
))
back to top