Skip to content

Commit 4bd1cb7

Browse files
authored
Merge pull request ocaml#27294 from proux01/coqide_8_20_1
Add coqide 8.20.1
2 parents 4d67ef4 + e94c1c2 commit 4bd1cb7

File tree

1 file changed

+49
-0
lines changed
  • packages/coqide/coqide.8.20.1

1 file changed

+49
-0
lines changed

packages/coqide/coqide.8.20.1/opam

Lines changed: 49 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,49 @@
1+
opam-version: "2.0"
2+
synopsis: "The Coq Proof Assistant --- GTK3 IDE"
3+
description: """
4+
Coq is a formal proof management system. It provides
5+
a formal language to write mathematical definitions, executable
6+
algorithms and theorems together with an environment for
7+
semi-interactive development of machine-checked proofs.
8+
9+
This package provides the CoqIDE, a graphical user interface for the
10+
development of interactive proofs."""
11+
maintainer: ["The Coq development team <[email protected]>"]
12+
authors: ["The Coq development team, INRIA, CNRS, and contributors"]
13+
license: "LGPL-2.1-only"
14+
homepage: "https://coq.inria.fr/"
15+
doc: "https://coq.github.io/doc/"
16+
bug-reports: "https://github.com/coq/coq/issues"
17+
depends: [
18+
"dune" {>= "3.6"}
19+
"ocamlfind" {build}
20+
"conf-findutils" {build}
21+
"conf-adwaita-icon-theme"
22+
"coqide-server" {= version}
23+
"cairo2" {>= "0.6.4"}
24+
"lablgtk3-sourceview3" {>= "3.1.2" & (>= "3.1.5" | os != "windows")}
25+
"odoc" {with-doc}
26+
]
27+
build: [
28+
["dune" "subst"] {dev}
29+
[
30+
"dune"
31+
"build"
32+
"-p"
33+
name
34+
"-j"
35+
jobs
36+
"@install"
37+
"@runtest" {with-test}
38+
"@doc" {with-doc}
39+
]
40+
]
41+
dev-repo: "git+https://github.com/coq/coq.git"
42+
43+
url {
44+
src: "https://github.com/coq/coq/releases/download/V8.20.1/coq-8.20.1.tar.gz"
45+
checksum: [
46+
"md5=0cfaa70f569be9494d24c829e6555d46"
47+
"sha512=8ee967c636b67b22a4f34115871d8f9b9114df309afc9ddf5f61275251088c6e21f6cf745811df75554d30f4cebb6682f23eeb2e88b771330c4b60ce3f6bf5e2"
48+
]
49+
}

0 commit comments

Comments
 (0)