aboutsummaryrefslogtreecommitdiff
path: root/README.md
Commit message (Collapse)AuthorAge
* If COQPATH is not set, set it by default (#38)Gravatar Jason Gross2016-07-25
| | | This allows most users to not need to type COQPATH=... on make.
* Make Coq 8.5 the default target for Fiat-CryptoGravatar Jason Gross2016-06-22
| | | | Instructions for 8.4 build in the README
* Add travis build status indicatorGravatar Jason Gross2016-06-20
|
* readme typoGravatar Andres Erbsen2016-06-20
|
* readme: dont say things I am not sure ofGravatar Andres Erbsen2016-06-20
|
* Update README so it's good for both github.com and github.mit.eduGravatar Jason Gross2016-06-15
|
* Add coqprime that works with 8.5, bundle bedrockGravatar Jason Gross2016-06-10
| | | | | | This simplifes the build process, and also allows us to try to build with 8.5. We autodetect the version of Coq in the Makefile to decide which version of coqprime to build.
* Update build process to use COQPATH & _CoqProjectGravatar Jason Gross2016-02-05
| | | | | | | | Removed all of the files not built by default; they can be resurrected from git history. _CoqProject is the standard way to list the files in a project and to give information to coq_makefile. COQPATH is the standard way to make use of not-yet-installed libraries that are not part of your project (i.e., you don't want to remove them when you `make clean`, etc.).
* Import coqprime; use it to prove Euler's criterion.Gravatar Jade Philipoom2016-01-20
|
* remove fiat dependencyGravatar Andres Erbsen2016-01-16
|
* init our centralized repoGravatar Robert Sloan2015-09-10
|
* Initial commitGravatar Robert Sloan2015-09-10