Revision bf94ca4ecb531b9de110cbf1d23ec058e2d04936 authored by François Dupressoir on 04 May 2016, 11:21:37 UTC, committed by François Dupressoir on 04 May 2016, 11:21:45 UTC
Updating MEE functional spec accordingly.
1 parent 0670411
Raw File
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

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
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