Skip to content

Commit c098091

Browse files
authored
Update INSTALL.md
1 parent 7d2744f commit c098091

File tree

1 file changed

+10
-3
lines changed

1 file changed

+10
-3
lines changed

INSTALL.md

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,15 +24,22 @@ Then, simply issue:
2424
MetaCoq is split into multiple packages that get all installed using the
2525
`coq-metacoq` meta-package:
2626

27+
- `coq-metacoq-utils` for a general library used by all MetaCoq packages
28+
- `coq-metacoq-common` for definitions used both by Template-Coq and PCUIC packages
2729
- `coq-metacoq-template` for the Template Monad and quoting plugin
28-
- `coq-metacoq-pcuic` for the PCUIC development and proof of the
29-
Template-Coq -> PCUIC translation
30+
- `coq-metacoq-pcuic` for the PCUIC metatheory development
31+
- `coq-metacoq-template-pcuic` for the verified Template-Coq <-> PCUIC translations
3032
- `coq-metacoq-safechecker` for the verified checker on PCUIC terms
33+
- `coq-metacoq-safechecker-plugin` for the extracted verified checker plugin
3134
- `coq-metacoq-erasure` for the verifed erasure from PCUIC to
3235
untyped lambda-calculus.
36+
- `coq-metacoq-erasure-plugin` for the extracted verifed erasure plugin
3337
- `coq-metacoq-translations` for example translations from type theory
3438
to type theory: e.g. variants of parametricity.
35-
39+
- `coq-metacoq-quotation` for a quotation library, allowing to
40+
quote MetaCoq terms and typing derivations as MetaCoq terms,
41+
with a work-in-progress proof of Löb's theorem.
42+
3643
There are also `.dev` packages available in the `extra-dev` repository
3744
of Coq, to get those you will need to activate the following repositories:
3845

0 commit comments

Comments
 (0)