-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
13 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,36 +1,34 @@ | ||
=============================================================================== | ||
Cybele | ||
====== | ||
|
||
Cybele | ||
|
||
Coq as an interactive programming language with effects | ||
*A Coq plugin for simpler proofs by reflection or OCaml certificates.* | ||
|
||
http://cybele.gforge.inria.fr/ | ||
|
||
=============================================================================== | ||
[http://cybele.gforge.inria.fr/](http://cybele.gforge.inria.fr/) | ||
|
||
Requirements | ||
============ | ||
------------ | ||
|
||
This plugin requires the latest trunk version of Coq. | ||
|
||
Compilation | ||
=========== | ||
----------- | ||
|
||
Before anything else, make sure that all the utilities of Coq are in | ||
your path. Compile by typing: | ||
|
||
./configure.sh | ||
make | ||
./configure.sh | ||
make | ||
|
||
Finally, install your plugin: | ||
|
||
make install | ||
make install | ||
|
||
(as root if necessary). | ||
|
||
Examples | ||
======== | ||
-------- | ||
|
||
Go to test-suite/. You can try out each example doing a: | ||
./configure.sh | ||
make | ||
|
||
./configure.sh | ||
make |