coq-community / coq-ext-lib

A library of Coq definitions, theorems, and tactics. [maintainers=@gmalecha,@liyishuai]
https://coq-community.org/coq-ext-lib/
BSD 2-Clause "Simplified" License
124 stars 45 forks source link
coq coq-ci coq-platform library programming

coq-ext-lib

Docker CI Contributing Code of Conduct Zulip coqdoc

A collection of theories and plugins that may be useful in other Coq developments.

Meta

Building and installation instructions

The easiest way to install the latest released version of coq-ext-lib is via OPAM:

opam repo add coq-released https://coq.inria.fr/opam/released
opam install coq-ext-lib

To instead build and install manually, do:

git clone --recurse-submodules https://github.com/coq-community/coq-ext-lib.git
cd coq-ext-lib
make theories  # or make -j <number-of-cores-on-your-machine> theories
make install

Ideas

File Structure