https://github.com/EasyCrypt/easycrypt
Revision 6c010d0398f1c9f8b1f27054b912aa3eef00f7c5 authored by Pierre-Yves Strub on 21 February 2018, 15:25:06 UTC, committed by Pierre-Yves Strub on 21 February 2018, 15:26:26 UTC
1 parent 459d1a1
Raw File
Tip revision: 6c010d0398f1c9f8b1f27054b912aa3eef00f7c5 authored by Pierre-Yves Strub on 21 February 2018, 15:25:06 UTC
Travis/Docker : sync UID/GID + fix reports publication
Tip revision: 6c010d0
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