https://github.com/EasyCrypt/easycrypt
Revision f7c671ccf4511d986d4d7aa22bfdc18a97b01374 authored by Pierre-Yves Strub on 16 November 2021, 14:14:36 UTC, committed by Pierre-Yves Strub on 16 November 2021, 17:35:05 UTC
1 parent 5334126
Raw File
Tip revision: f7c671ccf4511d986d4d7aa22bfdc18a97b01374 authored by Pierre-Yves Strub on 16 November 2021, 14:14:36 UTC
[build] use dune in Makefile
Tip revision: f7c671c
dune-project
(lang dune 2.8)
(using menhir 2.0)

(generate_opam_files true)

(package
 (name easycrypt)
 (depends
  (ocaml (>= 4.08.0))
  (batteries (>= 2.3.0))
  camlzip
  dune-build-info
  (ocaml-inifiles (>= 1.2))
  (pcre (>= 7))
  (why3 (and (>= 1.4.0) (< 1.5)))
  yojson
  (zarith (>= 1.10))
))
back to top