forked from uds-psl/coq-library-undecidability
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathopam
36 lines (35 loc) · 998 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
opam-version: "2.0"
version: "dev+8.12"
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"
"Dominik Kirst"
"Fabian Kunze"
"Gert Smolka"
"Simon Spies"
"Dominik Wehr"
"Maximilian Wuttke"]
license: "CeCILL"
build: [
[make "-j%{jobs}%"]
]
install: [
[make "install"]
]
depends: [
"coq" {>= "8.12" & < "8.13~"}
"coq-equations" {= "1.2.3+8.12"}
"ocaml"
"coq-smpl" {>= "8.12"}
"coq-metacoq-template" {="1.0~beta1+8.12" }
"coq-metacoq-checker" {="1.0~beta1+8.12" }
]
synopsis: "A Coq Library of Undecidability Proofs"
url {
git: "https://github.com/uds-psl/coq-library-undecidability.git#coq-8.12"
}