Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ppedrot/kravanenn
A set of tools for Coq written in Rust
https://github.com/ppedrot/kravanenn
Last synced: 26 days ago
JSON representation
A set of tools for Coq written in Rust
- Host: GitHub
- URL: https://github.com/ppedrot/kravanenn
- Owner: ppedrot
- Created: 2015-05-21T16:50:04.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-12-04T09:11:40.000Z (almost 7 years ago)
- Last Synced: 2024-05-22T21:34:01.150Z (6 months ago)
- Language: Rust
- Size: 275 KB
- Stars: 13
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-rust-formalized-reasoning - Kravanenn - set of tools for Coq. (Projects / Libraries)
README
# Kravanenn
This is a Rust package providing a few tools for Coq. Most notably, there is currently:
- A library that reimplements OCaml native serialization from the `Marshal` module in pure Rust.
- A implementation of the Hopcroft algorithm tailored for the reduction of OCaml structures. See [this OCaml implementation](https://github.com/ppedrot/ocaml-compactor) for more details.
- Stubs for browsing Coq `vo` object files