File tree Expand file tree Collapse file tree 1 file changed +10
-3
lines changed
Expand file tree Collapse file tree 1 file changed +10
-3
lines changed Original file line number Diff line number Diff line change @@ -24,15 +24,22 @@ Then, simply issue:
2424MetaCoq 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+
3643There are also ` .dev ` packages available in the ` extra-dev ` repository
3744of Coq, to get those you will need to activate the following repositories:
3845
You can’t perform that action at this time.
0 commit comments