package rocq-core

  1. Overview
  2. No Docs

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 the Rocq prelude, that is loaded automatically by Rocq in every .v file, as well as other modules bound to the Corelib.* and Ltac2.* namespaces.

Published: 23 Feb 2026

Dependencies (2)

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

Dev Dependencies (1)

  1. odoc with-doc

Used by (5)

  1. coq-lsp = "0.2.4+9.1" | >= "0.2.5+9.1"
  2. coq-waterproof >= "3.1.0+9.1"
  3. rocq-prover
  4. rocq-stdlib
  5. vsrocq-language-server >= "2.3.3"

Conflicts

None