https://github.com/EasyCrypt/easycrypt
Revision bfd4f84ff05bb15c8b01a8e92ed72730abf4eada authored by Pierre-Yves Strub on 07 April 2022, 15:11:17 UTC, committed by Pierre-Yves Strub on 22 April 2022, 06:59:22 UTC
The API was s.t. it was possibly to detect a non-empty stack
as an empty one.

Partially address #121
1 parent ecb156d
Raw File
Tip revision: bfd4f84ff05bb15c8b01a8e92ed72730abf4eada authored by Pierre-Yves Strub on 07 April 2022, 15:11:17 UTC
[reduction]: in cbv, fix handling of stack arguments
Tip revision: bfd4f84
dune-project
(lang dune 2.8)
(using menhir 2.0)
(using dune_site 0.1)

(wrapped_executables false)

(name easycrypt)

(generate_opam_files true)

(package
 (name easycrypt)
 (sites (lib theories))
 (depends
  (ocaml (>= 4.08.0))
  (batteries (>= 3))
  camlzip
  dune-build-info
  dune-site
  (ocaml-inifiles (>= 1.2))
  (pcre (>= 7))
  (why3 (and (>= 1.4.0) (< 1.5)))
  yojson
  (zarith (>= 1.10))
))
back to top