package coq-core

  1. Overview
  2. No Docs
Compatibility binaries for Coq after the Rocq renaming

Install

dune-project
 Dependency

Authors

Maintainers

Sources

rocq-9.2.0.tar.gz
sha256=a45280ab4fbaac7540b136a6b073b4a6db15739ec1e149bded43fa6f4fc25f20

Description

The Rocq Prover is an interactive theorem prover, or proof assistant. 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.

This package includes compatibility binaries to call Rocq through previous Coq commands like coqc coqtop,...

Published: 02 Apr 2026

Dependencies (2)

  1. rocq-runtime = version
  2. dune >= "3.8"

Dev Dependencies (1)

  1. odoc with-doc

Used by (2)

  1. coq-stdlib >= "9.0.0"
  2. prooftree

Conflicts

None