https://github.com/clarus/cybele
A Coq plugin for simpler proofs by reflection or OCaml certificates.
https://github.com/clarus/cybele
Last synced: 4 months ago
JSON representation
A Coq plugin for simpler proofs by reflection or OCaml certificates.
- Host: GitHub
- URL: https://github.com/clarus/cybele
- Owner: clarus
- License: mit
- Created: 2013-02-25T15:26:21.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2019-07-23T14:15:13.000Z (almost 6 years ago)
- Last Synced: 2025-01-31T09:01:41.404Z (5 months ago)
- Language: Coq
- Homepage: http://cybele.gforge.inria.fr/
- Size: 152 KB
- Stars: 7
- Watchers: 7
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Cybele
> A Coq plugin for simpler proofs by reflection or OCaml certificates.
[http://cybele.gforge.inria.fr/](http://cybele.gforge.inria.fr/)
## Install with OPAM
Make sure that you added the [Coq repository](http://coq.io/opam/):opam repo add coq-released https://coq.inria.fr/opam/released
and run:
opam install coq-cybele
## Install from source
This plugin works with the 8.5 branch of Coq.### Compilation
Before anything else, make sure that all the utilities of Coq are in
your path. Compile by typing:./configure.sh
makeFinally, install your plugin:
make install
(as root if necessary).
### Examples
Go to `test-suite/`. You can try out each example doing a:./configure.sh
make