A framework for extracting Rocq programs to Rust.
- Author(s):
- Danil Annenkov (initial)
- Mikkel Milo (initial)
- Jakob Botsch Nielsen (initial)
- Bas Spitters (initial)
- Eske Hoy Nielsen
- License: MIT
- Compatible Rocq versions: 9.0 or later
- Additional dependencies: MetaRocq
- Rocq namespace:
RustExtraction - Related publication(s):
The easiest way to install the latest released version is via OPAM:
opam repo add rocq-released https://rocq-prover.org/opam/released
opam install rocq-rust-extractionTo instead build and install manually, do:
opam repo add rocq-released https://rocq-prover.org/opam/released
git clone https://github.com/AU-COBRA/coq-rust-extraction.git
cd coq-rust-extraction
opam install . --deps-only
make #or make -j <number-of-cores-on-your-machine>
make installFor documentation see examples and generated RocqDoc.
Additional examples can be found in ConCert.