blob: 7e9997a13e1534d36375767405302ce301838e36 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
--------------------------
+ Coq package for Debian +
--------------------------
Binary (in)compatibility
------------------------
The compiled libraries of Coq (the *.vo) are not expected to be backward or
forward compatible between releases (including plX releases). In case of a new
upstream release, your Coq files should be recompiled.
Coq frontends
-------------
For interactive use of coqtop, we suggest
- a readline editor, such as ledit or rlwrap (or anything that provides the
readline-editor virtual packages);
- or the Proof-General (x)emacs mode, available in the proofgeneral-coq
package.
However, we recommend you to use the CoqIde GTK+ interface provided in coqide.
|