https://github.com/EasyCrypt/easycrypt
Revision f0d849f70bb9f01e34f1a1be63b599e67983953d authored by Benjamin Gregoire on 18 December 2015, 07:53:04 UTC, committed by Pierre-Yves Strub on 18 December 2015, 08:13:07 UTC
1 parent 98986d8
Raw File
Tip revision: f0d849f70bb9f01e34f1a1be63b599e67983953d authored by Benjamin Gregoire on 18 December 2015, 07:53:04 UTC
add lemmas in the sodlib
Tip revision: f0d849f
.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

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

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

/sandbox
/attic

/*.ec
back to top