https://github.com/EasyCrypt/easycrypt
Revision 1a754adb0e483786f2bc0b5b60abb5f604e431b1 authored by Pierre-Yves Strub on 29 March 2022, 08:23:24 UTC, committed by Pierre-Yves Strub on 29 March 2022, 09:05:09 UTC
1 parent 7a93224
Raw File
Tip revision: 1a754adb0e483786f2bc0b5b60abb5f604e431b1 authored by Pierre-Yves Strub on 29 March 2022, 08:23:24 UTC
[tactic]: in `apply... in...`, check that all variables are instantiated
Tip revision: 1a754ad
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