https://github.com/EasyCrypt/easycrypt
Revision e75a7cf6edceedb56f39ccec66118f81aa0e3086 authored by Oskar Goldhahn on 12 July 2023, 22:38:59 UTC, committed by Pierre-Yves Strub on 20 July 2023, 13:22:13 UTC
1 parent 1bb2e2d
Raw File
Tip revision: e75a7cf6edceedb56f39ccec66118f81aa0e3086 authored by Oskar Goldhahn on 12 July 2023, 22:38:59 UTC
get rid of unbounded smt calls outside examples
Tip revision: e75a7cf
dune
(dirs src theories examples scripts)

(install
  (section (site (easycrypt commands)))
  (files (scripts/testing/runtest as runtest)))

(install
  (section (bin))
  (files (scripts/testing/bin-ec-runtest as ec-runtest)))
back to top