https://github.com/EasyCrypt/easycrypt
Revision 1b4df3e2311e35fb2c332d65b6fcc85ff6a6ccff authored by Manuel Barbosa on 10 February 2023, 15:25:08 UTC, committed by Manuel Barbosa on 10 February 2023, 15:25:08 UTC
1 parent d7e9a28
Raw File
Tip revision: 1b4df3e2311e35fb2c332d65b6fcc85ff6a6ccff authored by Manuel Barbosa on 10 February 2023, 15:25:08 UTC
Fixed query counting
Tip revision: 1b4df3e
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