-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathaggregation-dynamic.opam
38 lines (35 loc) · 1.01 KB
/
aggregation-dynamic.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
38
opam-version: "1.2"
version: "dev"
maintainer: "[email protected]"
homepage: "https://github.com/DistributedComponents/verdi-aggregation"
dev-repo: "https://github.com/DistributedComponents/verdi-aggregation.git"
bug-reports: "https://github.com/DistributedComponents/verdi-aggregation/issues"
license: "Proprietary"
build: [
[ "./configure" ]
[ make "-j%{jobs}%" "aggregation-dynamic" ]
]
build-test: [make "aggregation-dynamic-test"]
available: [ ocaml-version >= "4.02.3" ]
depends: [
"coq" {>= "8.6" & < "8.7~"}
"coq-mathcomp-ssreflect" {>= "1.6" & < "1.7~"}
"coq-mathcomp-algebra" {>= "1.6" & < "1.7~"}
"coq-mathcomp-fingroup" {>= "1.6" & < "1.7~"}
"coq-aac-tactics" {>= "8.6.1"}
"verdi" {= "dev"}
"StructTact" {= "dev"}
"InfSeqExt" {= "dev"}
"cheerios" {= "dev"}
"verdi-cheerios" {= "dev"}
"ocamlbuild" {build}
"ocamlfind" {build}
"verdi-runtime" {= "dev"}
"uuidm" {>= "0.9.6"}
"portaudio" {>= "0.2.1"}
"ounit" {test & >= "2.0.0"}
]
authors: [
"Karl Palmskog <>"
"Ryan Doenges <>"
]