https://github.com/EasyCrypt/easycrypt
Revision 9f07d0289f2a0a6eadba9b94d418c1eb2e3d973a authored by Pierre-Yves Strub on 23 February 2018, 08:37:48 UTC, committed by Pierre-Yves Strub on 24 February 2018, 08:12:44 UTC
1 parent dd27d32
Raw File
Tip revision: 9f07d0289f2a0a6eadba9b94d418c1eb2e3d973a authored by Pierre-Yves Strub on 23 February 2018, 08:37:48 UTC
SmtMap : fdom and related results
Tip revision: 9f07d02
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

# system
system/Makefile
system/*.c
system/win32/*.c
system/unix/*.c

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

# Build scripts
scripts/install/install-sh
scripts/install/distribution
scripts/testing/runtest
scripts/srctx/keywords
find:scripts/patches/:*
back to top