Revision 6f16e5604c7a553b9099473862804ea6f496eb29 authored by François Dupressoir on 03 March 2022, 10:29:28 UTC, committed by François Dupressoir on 04 March 2022, 09:52:33 UTC
1 parent 41a12fe
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))
back to top