aboutsummaryrefslogtreecommitdiff
path: root/coq/README
diff options
context:
space:
mode:
Diffstat (limited to 'coq/README')
-rw-r--r--coq/README38
1 files changed, 38 insertions, 0 deletions
diff --git a/coq/README b/coq/README
new file mode 100644
index 00000000..0ba57bf4
--- /dev/null
+++ b/coq/README
@@ -0,0 +1,38 @@
+Coq Proof General
+
+Originally written by Healfdene Goguen.
+Later contributions by Patrick Loiseleur, Pierre Courtieu,
+ David Aspinall
+
+Status: supported
+Maintainer: Pierre Courtieu
+Coq version: 6.3, 6.3.1, 7.x
+Coq homepage: http://pauillac.inria.fr/coq/assis-eng.html
+
+========================================
+
+Coq Proof General has experimental multiple file handling for 6.3
+versions. It does not have support for proof by pointing.
+
+There is support for X Symbol, but not using a proper token language.
+
+There is a tags program, coqtags.
+
+========================================
+
+Installation notes:
+
+Check the values of coq-tags and coq-prog-name in coq.el to see that
+they correspond to the paths for coqtop and the library on your system.
+
+Install coqtags in a standard place or add <proof-home>/coq to your PATH.
+NB: You may need to change the path to perl at the top of the file.
+
+Generate a TAGS file for the library by running
+ coqtags `find . -name \*.v -print`
+in the root directory of the library, $COQTOP/theories.
+
+
+========================================
+
+$Id$