https://github.com/EasyCrypt/easycrypt
Revision 6c65bac97cc7e87de9ec12736b1fe863d867f809 authored by François Dupressoir on 11 April 2022, 12:28:05 UTC, committed by François Dupressoir on 13 June 2022, 13:55:49 UTC
1 parent fca183d
Raw File
Tip revision: 6c65bac97cc7e87de9ec12736b1fe863d867f809 authored by François Dupressoir on 11 April 2022, 12:28:05 UTC
Parser: now takes two arg and two res expressions
Tip revision: 6c65bac
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