Skip to content

Commit c8f703d

Browse files
committed
fix after @silene comments
1 parent 225258d commit c8f703d

File tree

3 files changed

+5
-19
lines changed
  • core-dev/packages
    • coqide-server/coqide-server.9.2.dev
    • rocq-core/rocq-core.9.2.dev
    • rocq-runtime/rocq-runtime.9.2.dev

3 files changed

+5
-19
lines changed

core-dev/packages/coqide-server/coqide-server.9.2.dev/opam

Lines changed: 5 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,15 @@
1-
# This file is generated by dune, edit dune-project instead
21
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"
53
description: """
64
The Rocq Prover is an interactive theorem prover, or proof assistant. It provides
75
a formal language to write mathematical definitions, executable
86
algorithms and theorems together with an environment for
97
semi-interactive development of machine-checked proofs.
108

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."""
1913
maintainer: [
2014
"The Rocq development team <rocq+rocq-development@discoursemail.com>"
2115
]
@@ -44,10 +38,6 @@ build: [
4438
]
4539
]
4640
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-
]
5141
url {
5242
src: "git+https://github.com/coq/coq.git#v9.2"
5343
}

core-dev/packages/rocq-core/rocq-core.9.2.dev/opam

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
1-
# This file is generated by dune, edit dune-project instead
21
opam-version: "2.0"
3-
version: "dev"
42
synopsis: "The Rocq Prover with its prelude"
53
description: """
64
The Rocq Prover is an interactive theorem prover, or proof assistant. It provides

core-dev/packages/rocq-runtime/rocq-runtime.9.2.dev/opam

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
1-
# This file is generated by dune, edit dune-project instead
21
opam-version: "2.0"
3-
version: "dev"
42
synopsis: "The Rocq Prover -- Core Binaries and Tools"
53
description: """
64
The Rocq Prover is an interactive theorem prover, or proof assistant. It provides

0 commit comments

Comments
 (0)