Skip to content

Latest commit

 

History

History
78 lines (59 loc) · 3.34 KB

README.md

File metadata and controls

78 lines (59 loc) · 3.34 KB

Gaia

Docker CI Contributing Code of Conduct Zulip

Implementation of books from N. Bourbaki's Elements of Mathematics in Coq using the Mathematical Components library, including set theory and number theory.

Meta

Building and installation instructions

The easiest way to install the latest released version of Gaia is via OPAM:

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

To instead build and install manually, do:

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

Documentation

Gaia stands for: Geometry, Algebra, Informatics and Applications. More information about the project is available at the project website.