https://github.com/EasyCrypt/easycrypt
Revision 3b9667b4c1eb04d8d5d0c9db5729c39248c5b88f authored by Pierre-Yves Strub on 14 October 2019, 06:27:33 UTC, committed by Pierre-Yves Strub on 14 October 2019, 06:27:33 UTC
Pragmas are: PrPo:{pr,po}:{raw,ands}

(Pragma system has been revamped by this commit)
1 parent 66e7f99
Raw File
Tip revision: 3b9667b4c1eb04d8d5d0c9db5729c39248c5b88f authored by Pierre-Yves Strub on 14 October 2019, 06:27:33 UTC
Pragmas for printing pre/post as a list of their resp. conjunctions
Tip revision: 3b9667b
MANIFEST
Makefile
Makefile.system
MANIFEST
README.md
COPYRIGHT

# ocamlbuild configuration
_tags
myocamlbuild.ml
config/tests.config

# EasyCrypt sources
find:src:*.ml
find:src:*.mli
find:src:*.mly
find:src:*.mll

src/ecVersion.ml.in
exclude:src/ecVersion.ml

# EasyCrypt theories
find:theories:*.ec
find:theories:*.eca

# EasyCrypt extraction support library
find:extraction:*.ml
find:extraction:*.mli
find:extraction:*.ec

# EasyCrypt examples
find:examples:*.ec
find:examples:*.eca

# Build scripts
scripts/install/install-sh
scripts/install/distribution
scripts/testing/runtest
scripts/srctx/keywords
back to top