Revision 7a93224dbc641ca66b799de6d0c8d6f22a054d0a authored by Pierre-Yves Strub on 28 March 2022, 16:59:08 UTC, committed by Pierre-Yves Strub on 28 March 2022, 17:07:06 UTC
1 parent a9748f7
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