https://github.com/EasyCrypt/easycrypt
Revision 294e2a64a696bc9c062c93adfa7c8511495184e6 authored by Pierre-Yves Strub on 15 February 2023, 12:11:06 UTC, committed by Pierre-Yves Strub on 15 February 2023, 12:11:09 UTC
1 parent efab580
Raw File
Tip revision: 294e2a64a696bc9c062c93adfa7c8511495184e6 authored by Pierre-Yves Strub on 15 February 2023, 12:11:06 UTC
[dune]: auto-generate the list of EC files to be installed
Tip revision: 294e2a6
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