https://github.com/EasyCrypt/easycrypt
Revision c0376b7078929dbe0c397b8df0348810898ba37b authored by Pierre-Yves Strub on 02 December 2023, 08:00:15 UTC, committed by Pierre-Yves Strub on 02 December 2023, 08:24:16 UTC
This allows us to use more recent versions of the provers.

The docker images have been updated accordingly.

Docker now comes with the following provers:

  - Z3 4.12.2
  - CVC4 1.8
  - CVC5 1.0.6
  - Alt-Ergo 2.5.2
1 parent 14a397c
Raw File
Tip revision: c0376b7078929dbe0c397b8df0348810898ba37b authored by Pierre-Yves Strub on 02 December 2023, 08:00:15 UTC
Bump the minimal version of Why to 1.7
Tip revision: c0376b7
dune-project
(lang dune 3.6)
(using menhir 2.0)
(using dune_site 0.1)

(wrapped_executables false)

(name easycrypt)

(generate_opam_files true)

(package
 (name easycrypt)
 (sites (lib theories) (libexec commands))
 (depends
  (ocaml (>= 4.08.0))
  (batteries (>= 3))
  (camlp-streams (>= 5))
  camlzip
  (dune (>= 3.6))
  dune-build-info
  dune-site
  (ocaml-inifiles (>= 1.2))
  (pcre (>= 7))
  (why3 (and (>= 1.7.0) (< 1.8)))
  yojson
  (zarith (>= 1.10))
))
back to top