- Notifications
You must be signed in to change notification settings - Fork675
Coq is a formal proof management system. It provides a formal language to write mathematical definitions, executable algorithms and theorems together with an environment for semi-interactive development of machine-checked proofs.
License
coq/coq
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
The Rocq Prover is an interactive theorem prover, or proof assistant. It provides a formal language to writemathematical definitions, executable algorithms and theorems together with anenvironment for semi-interactive development of machine-checked proofs.
Please seehttps://coq.inria.fr/download.Information on how to build and install from sources can be found inINSTALL.md
.
The sources of the documentation can be found in directorydoc
.Seedoc/README.md
to learn more about the documentation,in particular how to build it. Thedocumentation of the last released version is available on the Rocqweb site atcoq.inria.fr/documentation.See alsothe Rocq wiki,and theRocq FAQ,for additional user-contributed documentation.
The documentation of the master branch is continuously deployed. See:
- Reference Manual (master)
- Documentation of the standard library (master)
- Documentation of the ML API (master)
TheRecentchanges chapterof the reference manual explains the differences and theincompatibilities of each new version of the Rocq Prover. If you upgrade Rocq,please read it carefully as it contains important advice on how toapproach some problems you may encounter.
We have a number of channels to reach the user community and thedevelopment team:
- OurZulip chat, for casual and high traffic discussions.
- OurDiscourse forum, for more structured and easily browsable discussions and Q&A.
- Our historical mailing list, theCoq-Club.
See alsocoq.inria.fr/community, whichlists several other active platforms.
Please report any bug / feature request inour issue tracker.
To be effective, bug reports should mention the OCaml version usedto compile and run Rocq, the Rocq version (coqtop -v
orrocq -v
), the configurationused, and include a complete source example leading to the bug.
Guidelines for contributing to Rocq in various ways are listed in thecontributor's guide.
Information about release plans is athttps://github.com/coq/coq/wiki/Release-Plan
Help the Rocq community grow and prosper by becoming a sponsor! TheRocqConsortium can establish sponsorship contractsor receive donations. If you want to take an active role in shaping Rocq'sfuture, you can also become a Consortium member. If you are interested, pleaseget in touch!
About
Coq is a formal proof management system. It provides a formal language to write mathematical definitions, executable algorithms and theorems together with an environment for semi-interactive development of machine-checked proofs.