File tree Expand file tree Collapse file tree 1 file changed +44
-0
lines changed
packages/coqide/coqide.8.17.0 Expand file tree Collapse file tree 1 file changed +44
-0
lines changed Original file line number Diff line number Diff line change 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" {>= "2.9"}
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"}
25+ ]
26+ build: [
27+ [
28+ "dune"
29+ "build"
30+ "-p"
31+ name
32+ "-j"
33+ jobs
34+ "@install"
35+ "@runtest" {with-test}
36+ "@doc" {with-doc}
37+ ]
38+ ]
39+ dev-repo: "git+https://github.com/coq/coq.git"
40+
41+ url {
42+ src: "https://github.com/coq/coq/archive/refs/tags/V8.17.0.tar.gz"
43+ checksum: "sha512=2f77bcb5211018b5d46320fd39fd34450eeb654aca44551b28bb50a2364398c4b34587630b6558db867ecfb63b246fd3e29dc2375f99967ff62bc002db9c3250"
44+ }
You can’t perform that action at this time.
0 commit comments