Revision 452ec9f1509d5aabbaf4924798443fb9df53ede5 authored by François Dupressoir on 14 December 2021, 12:22:51 UTC, committed by François Dupressoir on 12 January 2022, 22:55:54 UTC
1 parent 46ba308
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 dune-site inifiles why3 yojson zarith))

(generate_sites_module
 (module EcRelocate)
 (sites easycrypt)
 (sourceroot))

(ocamllex ecLexer)

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