https://github.com/EasyCrypt/easycrypt
Revision e22c918828a41410b7a738ce2793534084d328fa authored by MM on 13 January 2022, 20:10:45 UTC, committed by Pierre-Yves Strub on 03 March 2022, 12:53:02 UTC
1 parent 8cfa32b
Raw File
Tip revision: e22c918828a41410b7a738ce2793534084d328fa authored by MM on 13 January 2022, 20:10:45 UTC
Added definition and lemmas for 'put' operator in List.ec.
Tip revision: e22c918
dune-project
(lang dune 2.8)
(using menhir 2.0)
(using dune_site 0.1)

(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