Revision 92941b1a32c8e75fdc8d96961f909db7111478b3 authored by Pierre-Yves Strub on 12 May 2022, 06:59:09 UTC, committed by Pierre-Yves Strub on 12 May 2022, 07:12:12 UTC
1 parent 1e12363
Raw File
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 dune-build-info inifiles why3 yojson zarith))

(ocamllex ecLexer)

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