-
Notifications
You must be signed in to change notification settings - Fork 0
/
opam
29 lines (28 loc) · 850 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
opam-version: "2.0"
version: "dev"
maintainer: "forster@ps.uni-saarland.de"
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 <forster@ps.uni-saarland.de>"
"Dominique Larchey-Wendling <dominique.larchey-wendling@loria.fr>"]
license: "CeCILL"
build: [
[make "-j%{jobs}%"]
]
install: [
[make "install"]
]
remove: [
["rm" "-R" "%{lib}%/coq/user-contrib/Undecidability"]
]
depends: [
"coq" {>= "8.8" & < "8.9"}
"coq-equations" {= "1.2+8.8" | = "1.2+8.9"}
"ocaml" {> "4.02.3"}
]
synopsis: "A library of undecidable problems in Coq"
flags: light-uninstall
url {
git: "https://github.com/uds-psl/coq-library-undecidability.git#extraction"
}