package coq

  1. Overview
  2. No Docs
The Coq Proof Assistant

Install

Dune Dependency

Authors

Maintainers

Sources

coq-8.19.1.tar.gz
md5=13d2793fc6413aac5168822313e4864e
sha512=ec8379df34ba6e72bcf0218c66fef248b0e4c5c436fb3f2d7dd83a2c5f349dd0874a67484fcf9c0df3e5d5937d7ae2b2a79274725595b4b0065a381f70769b42

Description

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.

Typical applications include the certification of properties of programming languages (e.g. the CompCert compiler certification project, or the Bedrock verified low-level programming library), the formalization of mathematics (e.g. the full formalization of the Feit-Thompson theorem or homotopy type theory) and teaching.

Published: 04 Mar 2024

Dependencies (4)

  1. coqide-server = version
  2. coq-stdlib = version
  3. coq-core = version
  4. dune >= "2.9"

Dev Dependencies (1)

  1. odoc with-doc

Used by (3)

  1. coq-lsp >= "0.1.8+8.19"
  2. coq-serapi >= "8.19.0+0.19.0"
  3. why = "2.32" | = "2.34"

Conflicts

None