Skip to content

Commit c8e1973

Browse files
authored
Merge pull request rocq-community#67 from MysaaJava/cleanup
Cleaning Elpi and Rocq code
2 parents 8a78dad + 6a849dc commit c8e1973

58 files changed

Lines changed: 858 additions & 482 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,6 @@
1313
/_CoqProject
1414
# Symlink to /tests/_CoqProject.std or /tests/_CoqProject.hott
1515
/tests/_CoqProject
16+
17+
# Website
18+
website/_site/

.nix/config.nix

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@
2121
"rocq-9.1" = {
2222
rocqPackages = { rocq-core.override.version = "9.1"; };
2323
coqPackages = common-bundles // {
24-
coq-elpi.override.elpi-version = "3.4.2";
2524
coq.override.version = "9.1";
2625
HoTT.override.version = "master"; # HoTT isn't available yet for 9.1
2726
};

.nix/coq-nix-toolbox.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
"3a71d8318b495d464d04ac8bca80b38320448436"
1+
"01dec2f674ed4aa3d7cc00c8fbfb826ea3291658"

CHANGELOG.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

README.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,3 @@ And four commands:
101101
Subsequent calls to `trocq R` will be able to use the translations `t1`,
102102
`t2`, ...
103103
- `Trocq Logging "off"|"info"|"debug"|"trace"` to set the verbosity level.
104-
105-
## ESOP 2024 artifact documentation
106-
107-
The ESOP 2024 artifact documentation files can be found in the `artifact-doc` directory, except for `INSTALL.md` that can be found in the current directory.

artifact-doc/CLAIMS.md

Lines changed: 0 additions & 45 deletions
This file was deleted.

artifact-doc/INSTALL.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

artifact-doc/LICENSE

Lines changed: 0 additions & 1 deletion
This file was deleted.

artifact-doc/README.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

artifact-doc/REQUIREMENTS.md

Lines changed: 0 additions & 27 deletions
This file was deleted.

0 commit comments

Comments
 (0)