summaryrefslogtreecommitdiff
path: root/debian/README.Debian
blob: 55825cf9fcb6fb646a9ec7036640d7b03027df0f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
--------------------------
+ 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
   package.

However, we recommend you to use the CoqIde GTK+ interface provided in coqide.

 -- Stéphane Glondu <glondu@debian.org>, Sun, 19 Jan 2014 15:11:59 +0100