package rocq-runtime
- Overview
- No Docs
You can search for identifiers within the package.
in-package search v0.2.0
Install
dune-project
Dependency
Authors
Maintainers
Sources
sha256=35cd03fc4193969b1cce01190340e5c129c1ba8f02242a9e6dff4b83be118759
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 Prover core binaries, plugins, and tools, but not the vernacular standard library.
Note that in this setup, Rocq needs to be started with the -boot and -noinit options, as will otherwise fail to find the regular Rocq prelude, now living in the rocq-core package.
Published: 23 Feb 2026
Dependencies (5)
-
conf-linux-libc-dev
os = "linux" -
zarith
>= "1.11" -
ocamlfind
>= "1.9.1" & (>= "1.9.8" | os-family != "windows") -
ocaml
>= "4.14.0" -
dune
>= "3.8"
Dev Dependencies (1)
-
odoc
with-doc
Used by (5)
-
coq-core
>= "9.1.1" -
coqide-server
>= "9.1.1" -
rocq-core
>= "9.1.1" -
rocq-devtools
>= "9.1.1" - rocq-stdlib