https://github.com/EasyCrypt/easycrypt
Revision 2d4a41e58b899843f5a28351edb3712fbcc59786 authored by Pierre-Yves Strub on 21 February 2017, 22:34:38 UTC, committed by Pierre-Yves Strub on 21 February 2017, 22:34:45 UTC
Again, docker is the way to go.
1 parent 57ad58b
Raw File
Tip revision: 2d4a41e58b899843f5a28351edb3712fbcc59786 authored by Pierre-Yves Strub on 21 February 2017, 22:34:38 UTC
remove emacs-based packaging script
Tip revision: 2d4a41e
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
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