https://github.com/EasyCrypt/easycrypt
Revision cefe8724fd3bb4d89718351df9951ab5cb437a13 authored by François Dupressoir on 20 April 2018, 09:50:15 UTC, committed by Pierre-Yves Strub on 20 April 2018, 16:27:35 UTC
1 parent 61fef31
Raw File
Tip revision: cefe8724fd3bb4d89718351df9951ab5cb437a13 authored by François Dupressoir on 20 April 2018, 09:50:15 UTC
porting example Upto
Tip revision: cefe872
.gitignore
*~
_build
*.native
*.byte
*.exe
*.pyc
*.pyo
.vagrant
/local
/why3
/_tools
/proofgeneral/_local
setup.data
setup.log
/attic
/attic.ec*
/theories/attic

/system/*.o
/system/callprover
/system/callprover.exe

*.aux
*.bbl
*.blg
*.brf
*.fdb_latexmk
*.fls
*.idx
*.ilg
*.ind
*.log
*.out
*.toc
*.synctex.gz
*.kilepr

/src/ecVersion.ml

/doc/refman/easycrypt.pdf
/doc/userman/easycrypt.pdf

/extraction/Makefile
/extraction/setup.*
/extraction/configure
/extraction/_build/

/sandbox
/attic

/*.ec

/*.smt
/*.why
back to top