| Commit message (Collapse) | Author | Age |
|
|
|
| |
Instructions for 8.4 build in the README
|
|
|
|
|
|
|
|
|
|
| |
Used
```bash
cd coqprime
make -kj10
cd Coqprime
git ls-files "*.v" | xargs python ~/Documents/repos/coq-tools/absolutize-imports.py -i -R . Coqprime
```
|
|
|
|
| |
It still builds with 8.4
|
|
|
|
|
| |
Ambiguous imports, oh joy! (Coqprime failed to build when Bedrock was in
COQPATH.)
|
|
|
|
|
|
|
|
| |
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.).
|
| |
|
|
|