|
1 | | -# This file is generated by dune, edit dune-project instead |
2 | 1 | opam-version: "2.0" |
3 | | -version: "dev" |
4 | | -synopsis: "Compatibility binaries for Coq after the Rocq renaming" |
| 2 | +synopsis: "The Rocq Prover, XML protocol server" |
5 | 3 | description: """ |
6 | 4 | The Rocq Prover is an interactive theorem prover, or proof assistant. It provides |
7 | 5 | a formal language to write mathematical definitions, executable |
8 | 6 | algorithms and theorems together with an environment for |
9 | 7 | semi-interactive development of machine-checked proofs. |
10 | 8 |
|
11 | | -Typical applications include the certification of properties of |
12 | | -programming languages (e.g. the CompCert compiler certification |
13 | | -project, or the Bedrock verified low-level programming library), the |
14 | | -formalization of mathematics (e.g. the full formalization of the |
15 | | -Feit-Thompson theorem or homotopy type theory) and teaching. |
16 | | - |
17 | | -This package includes compatibility binaries to call Rocq |
18 | | -through previous Coq commands like coqc coqtop,...""" |
| 9 | +This package provides the `coqidetop` language server, an |
| 10 | +implementation of Rocq's [XML protocol](https://github.com/rocq-prover/rocq/blob/master/dev/doc/xml-protocol.md) |
| 11 | +which allows clients, such as RocqIDE, to interact with the Rocq Prover in a |
| 12 | +structured way.""" |
19 | 13 | maintainer: [ |
20 | 14 | "The Rocq development team <rocq+rocq-development@discoursemail.com>" |
21 | 15 | ] |
@@ -44,10 +38,6 @@ build: [ |
44 | 38 | ] |
45 | 39 | ] |
46 | 40 | dev-repo: "git+https://github.com/rocq-prover/rocq.git" |
47 | | -post-messages: [ |
48 | | - "Coq has been renamed to The Rocq Prover, see https://rocq-prover.org/refman/changes.html#porting-to-the-rocq-prover for details. |
49 | | - This package provides compatibility binaries to ease the transition to the new rocq binary." |
50 | | -] |
51 | 41 | url { |
52 | 42 | src: "git+https://github.com/coq/coq.git#v9.2" |
53 | 43 | } |
0 commit comments