package rocq-devtools

  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 tools to help when developing Rocq projects (timelog2html).

Published: 23 Feb 2026

Dependencies (4)

  1. camlzip
  2. yojson >= "2.0"
  3. rocq-runtime = version
  4. dune >= "3.8"

Dev Dependencies (1)

  1. odoc with-doc

Used by

None

Conflicts

None