-
Notifications
You must be signed in to change notification settings - Fork 75
/
goblint.opam.locked
167 lines (167 loc) · 4.42 KB
/
goblint.opam.locked
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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
opam-version: "2.0"
name: "goblint"
version: "dev"
synopsis: "Static analysis framework for C"
maintainer: [
"Simmo Saan <[email protected]>"
"Michael Schwarz <[email protected]>"
"Karoliine Holter"
]
authors: [
"Simmo Saan"
"Michael Schwarz"
"Julian Erhard"
"Sarah Tilscher"
"Karoliine Holter"
"Ralf Vogler"
"Kalmer Apinis"
"Vesal Vojdani"
]
license: "MIT"
homepage: "https://goblint.in.tum.de"
doc: "https://goblint.readthedocs.io/en/latest/"
bug-reports: "https://github.com/goblint/analyzer/issues"
depends: [
"angstrom" {= "0.16.0"}
"apron" {= "v0.9.15"}
"arg-complete" {= "0.1.0"}
"astring" {= "0.8.5"}
"base-bigarray" {= "base"}
"base-bytes" {= "base"}
"base-threads" {= "base"}
"base-unix" {= "base"}
"batteries" {= "3.8.0"}
"benchmark" {= "1.6" & with-test}
"bigarray-compat" {= "1.1.0"}
"bigstringaf" {= "0.9.1"}
"bos" {= "0.2.1"}
"camlidl" {= "1.12"}
"camlp-streams" {= "5.0.1"}
"catapult" {= "0.2"}
"catapult-file" {= "0.2"}
"cmdliner" {= "1.3.0" & with-doc}
"conf-autoconf" {= "0.2"}
"conf-findutils" {= "1"}
"conf-gcc" {= "1.0"}
"conf-gmp" {= "4"}
"conf-gmp-paths" {= "1"}
"conf-mpfr-paths" {= "1"}
"conf-perl" {= "2"}
"conf-ruby" {= "1.0.0" & with-test}
"cppo" {= "1.6.9"}
"cpu" {= "2.0.0"}
"crunch" {= "3.3.1" & with-doc}
"csexp" {= "1.5.2"}
"cstruct" {= "6.2.0"}
"ctypes" {= "0.22.0"}
"dune" {= "3.16.0"}
"dune-build-info" {= "3.16.0"}
"dune-configurator" {= "3.16.0"}
"dune-private-libs" {= "3.16.0"}
"dune-site" {= "3.16.0"}
"dyn" {= "3.16.0"}
"ez-conf-lib" {= "2"}
"fileutils" {= "0.6.4"}
"fmt" {= "0.9.0"}
"fpath" {= "0.7.3"}
"goblint-cil" {= "2.0.4"}
"hex" {= "1.5.0"}
"integers" {= "0.7.0"}
"json-data-encoding" {= "1.0.1"}
"jsonrpc" {= "1.17.0"}
"logs" {= "0.7.0"}
"mlgmpidl" {= "1.3.0"}
"num" {= "1.5"}
"ocaml" {= "4.14.2"}
"ocaml-compiler-libs" {= "v0.12.4"}
"ocaml-config" {= "2"}
"ocaml-option-flambda" {= "1"}
"ocaml-syntax-shims" {= "1.0.0"}
"ocaml-variants" {= "4.14.2+options"}
"ocamlbuild" {= "0.14.3"}
"ocamlfind" {= "1.9.6"}
"odoc" {= "2.4.2" & with-doc}
"odoc-parser" {= "2.4.2" & with-doc}
"ordering" {= "3.16.0"}
"ounit2" {= "2.2.7" & with-test}
"pp" {= "1.2.0"}
"ppx_blob" {= "0.9.0"}
"ppx_derivers" {= "1.2.1"}
"ppx_deriving" {= "6.0.2"}
"ppx_deriving_hash" {= "0.1.2"}
"ppx_deriving_yojson" {= "3.8.0"}
"ppxlib" {= "0.32.1"}
"ptime" {= "1.1.0" & with-doc}
"qcheck-core" {= "0.21.3"}
"qcheck-ounit" {= "0.21.3" & with-test}
"re" {= "1.11.0" & with-doc}
"result" {= "1.5" & with-doc}
"rresult" {= "0.7.0"}
"seq" {= "base"}
"sexplib0" {= "v0.16.0"}
"sha" {= "1.15.4"}
"stdlib-shims" {= "0.3.0"}
"stdune" {= "3.16.0"}
"stringext" {= "1.6.0"}
"topkg" {= "1.0.7"}
"tyxml" {= "4.6.0" & with-doc}
"uri" {= "4.4.0"}
"uuidm" {= "0.9.8"}
"uutf" {= "1.0.3" & with-doc}
"yaml" {= "3.2.0"}
"yojson" {= "2.2.1"}
"zarith" {= "1.14"}
]
build: [
["dune" "subst"] {dev}
[
"dune"
"build"
"-p"
name
"-j"
jobs
"--promote-install-files=false"
"@install"
"@runtest" {with-test}
"@doc" {with-doc}
]
["dune" "install" "-p" name "--create-install-files" name]
]
dev-repo: "git+https://github.com/goblint/analyzer.git"
available: os-family != "bsd" & os-distribution != "alpine" & (arch != "arm64" | os = "macos")
conflicts: [
"result" {< "1.5"}
"ez-conf-lib" {= "1"}
]
post-messages: [
"Do not benchmark Goblint on OCaml 5 (https://goblint.readthedocs.io/en/latest/user-guide/benchmarking/)." {ocaml:version >= "5.0.0"}
]
pin-depends: [
[
"goblint-cil.2.0.4"
"git+https://github.com/goblint/cil.git#9f4fac450c02bc61a13717784515056b185794cd"
]
[
"camlidl.1.12"
"git+https://github.com/xavierleroy/camlidl.git#1c1e87e3f56c2c6b3226dd0af3510ef414b462d0"
]
[
"apron.v0.9.15"
"git+https://github.com/antoinemine/apron.git#418a217c7a70dae3f422678f3aaba38ae374d91a"
]
]
depexts: ["libgraph-easy-perl"] {os-distribution = "ubuntu" & with-test}
description: """\
Goblint is a sound static analysis framework for C programs using abstract interpretation.
It specializes in thread-modular verification of multi-threaded programs, especially regarding data races.
Goblint includes analyses for assertions, overflows, deadlocks, etc and can be extended with new analyses."""
tags: [
"program analysis"
"program verification"
"static analysis"
"abstract interpretation"
"C"
"data race analysis"
"concurrency"
]