https://github.com/EasyCrypt/easycrypt
Raw File
Tip revision: 955e909402cf7a5dc3dc55e4de13bbf373edd920 authored by Pierre-Yves Strub on 30 July 2015, 08:20:28 UTC
NewList: last_ -> last.
Tip revision: 955e909
MANIFEST
Makefile
Makefile.system
MANIFEST
README.md
COPYRIGHT

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

# proofgeneral
proofgeneral/Makefile
proofgeneral/proof-site.patch
proofgeneral/pg-4.2.patch
proofgeneral/emacs.local.rc
proofgeneral/easycrypt/*.el
proofgeneral/config/emacs.rc.in
proofgeneral/scripts/find-emacs

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

# 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
examples/*.ec

# EasyCrypt tests files
find:tests/modules:*.ec
find:tests/pbhl:*.ec
find:tests/phl:*.ec
find:tests/prhl:*.ec
find:tests/tactics:*.ec
find:tests/theories:*.ec
find:tests/third-party:*.ec
find:tests/typing:*.ec
find:tests/unclassified:*.ec

# Build scripts
scripts/activate-toolchain.sh
scripts/toolchain/ec-build-toolchain
scripts/install/install-sh
scripts/install/distribution
scripts/testing/runtest
scripts/srctx/keywords
find:scripts/patches/:*
back to top