https://github.com/EasyCrypt/easycrypt
Raw File
Tip revision: 80dba4735486a73679e8cfa43f8492b6f9e641f2 authored by Pierre-Yves Strub on 07 September 2022, 15:56:54 UTC
[while (phl, >=)]: be more restrictive on the variant delta lower-bound
Tip revision: 80dba47
dune
(env
 (dev     (flags :standard -rectypes -warn-error -a+31 -w +28+33-9-23-32-58))
 (release (flags :standard -rectypes -warn-error -a+31 -w +28+33-9-23-32-58)
          (ocamlopt_flags -O3 -unbox-closures)))

(include_subdirs unqualified)

(executable
 (public_name easycrypt)
 (name ec)
 (promote (until-clean))
 (libraries batteries camlp-streams dune-build-info inifiles why3 yojson zarith))

(ocamllex ecLexer)

(menhir
 (modules ecParser)
 (flags --table --explain))
back to top