-
Notifications
You must be signed in to change notification settings - Fork 30
/
Copy pathopam
37 lines (35 loc) · 949 Bytes
/
opam
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
opam-version: "2.0"
version: "dev+8.20"
maintainer: "[email protected]"
homepage: "https://github.com/uds-psl/coq-library-undecidability/"
dev-repo: "git+https://github.com/uds-psl/coq-library-undecidability/"
bug-reports: "https://github.com/uds-psl/coq-library-undecidability/issues"
authors: ["Yannick Forster"
"Dominique Larchey-Wendling"
"Andrej Dudenhefner"
"Edith Heiter"
"Marc Hermes"
"Johannes Hostert"
"Dominik Kirst"
"Mark Koch"
"Fabian Kunze"
"Gert Smolka"
"Simon Spies"
"Dominik Wehr"
"Maximilian Wuttke"]
license: "MPL-2.0"
build: [
[make "-j%{jobs}%"]
]
install: [
[make "install"]
]
depends: [
"coq" {>= "8.20" & < "8.21~"}
"ocaml"
"coq-metacoq-template"
]
synopsis: "A Coq Library of Undecidability Proofs"
url {
git: "https://github.com/uds-psl/coq-library-undecidability.git#coq-8.20"
}