forked from goblint/analyzer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgoblint.opam
52 lines (52 loc) · 1.13 KB
/
goblint.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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
# This file is generated by dune, edit dune-project instead
opam-version: "2.0"
synopsis: "Static analysis framework for concurrent C"
maintainer: [
"Michael Schwarz <[email protected]>"
"Ralf Vogler <[email protected]>"
]
authors: [
"Vesal Vojdani, Kalmer Apinis, Ralf Vogler, Michael Schwarz, Julian Erhard"
]
license: "MIT"
homepage: "https://goblint.in.tum.de"
doc: "https://goblint.github.io/analyzer"
bug-reports: "https://github.com/goblint/analyzer/issues"
depends: [
"ocaml" {>= "4.04.1"}
"dune"
"zarith_stubs_js"
"goblint-cil"
"batteries" {>= "3.2.0"}
"qcheck-core"
# "z3"
"ppx_distr_guards" {>= "0.2"}
"ppx_deriving"
"ppx_deriving_yojson"
"ocaml-monadic"
"ounit2" {with-test}
"odoc" {with-doc}
"ocamlbuild"
"ocamlfind"
]
depopts: [
"apron"
]
build: [
["dune" "subst"] {pinned}
[
"dune"
"build"
"-p"
name
"-j"
jobs
"@install"
"@runtest" {with-test}
"@doc" {with-doc}
]
]
dev-repo: "git+https://github.com/goblint/analyzer.git"
pin-depends: [
[ "goblint-cil.1.8.1" "git+https://github.com/goblint/cil.git#d61cfa6a403f4d278c86344091bc07dccd8b549b" ]
]