A library of Coq definitions, theorems, and tactics. [maintainers=@gmalecha,@liyishuai]
135
stars
246
commits
Rocq Prover
primary language
Apr 28, 2026
updated
A collection of theories and plugins that may be useful in other Coq developments.
ExtLibThe easiest way to install the latest released version of coq-ext-lib is via OPAM:
opam repo add rocq-released https://rocq-prover.org/opam/released
opam install coq-ext-lib
To instead build and install manually, you need to make sure that all the libraries this development depends on are installed. The easiest way to do that is still to rely on opam:
git clone --recurse-submodules https://github.com/coq-community/coq-ext-lib.git
cd coq-ext-lib
opam repo add rocq-released https://rocq-prover.org/opam/released
opam install --deps-only .
make theories # or make -j <number-of-cores-on-your-machine> theories
make install
Rocq Prover
99.4%
A library of Coq definitions, theorems, and tactics. [maintainers=@gmalecha,@liyishuai]
135
stars
246
commits
Rocq Prover
primary language
Apr 28, 2026
updated
A collection of theories and plugins that may be useful in other Coq developments.
ExtLibThe easiest way to install the latest released version of coq-ext-lib is via OPAM:
opam repo add rocq-released https://rocq-prover.org/opam/released
opam install coq-ext-lib
To instead build and install manually, you need to make sure that all the libraries this development depends on are installed. The easiest way to do that is still to rely on opam:
git clone --recurse-submodules https://github.com/coq-community/coq-ext-lib.git
cd coq-ext-lib
opam repo add rocq-released https://rocq-prover.org/opam/released
opam install --deps-only .
make theories # or make -j <number-of-cores-on-your-machine> theories
make install
Rocq Prover
99.4%