-
Notifications
You must be signed in to change notification settings - Fork 17
/
Formal_ML.opam
36 lines (36 loc) · 952 Bytes
/
Formal_ML.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"
name: "Formal_ML"
version: "~dev"
synopsis: "Exploring formal verification for symbolic neural networks"
maintainer: "Avi Shinnar <shinnar@us.ibm.com>"
authors: "Avi Shinnar <shinnar@us.ibm.com>"
license: "Apache-2.0"
homepage: "https://github.com/ibm/formalml"
bug-reports: "https://github.com/ibm/formalml/issues"
depends: [
"ocaml" {>= "4.07.0"}
"coq" {>= "8.12.1"}
"coq-mathcomp-ssreflect"
"coq-mathcomp-algebra"
"coq-mathcomp-algebra-tactics"
"coq-mathcomp-real-closed"
"coq-mathcomp-analysis" {< "1.0.0"}
"coq-coquelicot" {= "3.3.1" }
"coq-flocq" {>= "4.0.0" }
"coq-interval" {>= "4.8.0"}
"coq-ext-lib" {<= "1.0.0"}
"ocamlbuild"
"base64"
"menhir"
"csv"
"coq-coq2html" {with-doc}
]
build: [[make]
[make "doc"] {with-doc}
[make "test"] {with-test}
]
install: [make]
dev-repo: "git+https://github.com/IBM/FormalML.git"
url {
src: "git+https://github.com/IBM/FormalML.git"
}