swh:1:snp:0e3a7a90b5b85feca1ee6285ebc0301d2b85deae
Raw File
Tip revision: 4a7a9c1f21e619766bc413781722af17bd664eed authored by Pierre Boutry on 06 January 2023, 17:59:57 UTC
polynomial Euclidean division done for rings
Tip revision: 4a7a9c1
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