forked from uds-psl/coq-library-complexity
-
Notifications
You must be signed in to change notification settings - Fork 0
/
opam
33 lines (32 loc) · 848 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
opam-version: "2.0"
version: "dev+8.12"
maintainer: "[email protected]"
homepage: "https://github.com/uds-psl/coq-library-complexity/"
dev-repo: "git+https://github.com/uds-psl/coq-library-complexity/"
bug-reports: "https://github.com/uds-psl/coq-library-complexity/issues"
authors: ["Fabian Kunze"
"Lennard Gäher"
"Maximilian Wuttke"
"Yannick Forster"]
license: "CeCILL"
build: [
[make "-j%{jobs}%"]
]
install: [
[make "install"]
]
remove: [
["rm" "-R" "%{lib}%/coq/user-contrib/Complexity"]
]
depends: [
"coq" {>= "8.12" & < "8.13~"}
"coq-equations" {= "1.2.3+8.12"}
"ocaml"
"coq-smpl" {= "8.12"}
"coq-library-undecidability" {>= "dev+8.12" }
]
synopsis: "A Coq Library of Complexity Theory"
flags: light-uninstall
url {
git: "https://github.com/uds-psl/coq-library-complexity#coq-8.12"
}