https://github.com/EasyCrypt/easycrypt
Revision 194eca862642d2fce0ca07ff2e9c5455ba7bfd4f authored by Christian Doczkal on 11 May 2022, 08:47:50 UTC, committed by Adrien Koutsos on 13 June 2022, 08:29:57 UTC
- #non-backward-compatible: this commits generalizes `Bigop.reindex`
  to restrict the cancellation property to the index list.
1 parent 058aeeb
Raw File
Tip revision: 194eca862642d2fce0ca07ff2e9c5455ba7bfd4f authored by Christian Doczkal on 11 May 2022, 08:47:50 UTC
[stdlib]: add various small lemmas (Logic, FSet, Distr, DInterval, Bigop)
Tip revision: 194eca8
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.5.0) (< 1.6)))
  yojson
  (zarith (>= 1.10))
))
back to top