-
Notifications
You must be signed in to change notification settings - Fork 76
/
goblint.opam.locked
137 lines (137 loc) · 3.46 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
opam-version: "2.0"
name: "goblint"
version: "dev"
synopsis: "Static analysis framework for C"
maintainer: [
"Simmo Saan <simmo.saan@gmail.com>"
"Michael Schwarz <michael.schwarz93@gmail.com>"
]
authors: [
"Simmo Saan"
"Michael Schwarz"
"Julian Erhard"
"Sarah Tilscher"
"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.15.0"}
"apron" {= "v0.9.13"}
"arg-complete" {= "0.1.0"}
"astring" {= "0.8.5"}
"base-bigarray" {= "base"}
"base-bytes" {= "base"}
"base-threads" {= "base"}
"base-unix" {= "base"}
"batteries" {= "3.5.1"}
"benchmark" {= "1.6" & with-test}
"bigarray-compat" {= "1.1.0"}
"bigstringaf" {= "0.8.0"}
"bos" {= "0.2.1"}
"camlidl" {= "1.09"}
"catapult" {= "0.1.1"}
"catapult-file" {= "0.1.1"}
"cmdliner" {= "1.1.1" & with-doc}
"conf-autoconf" {= "0.1"}
"conf-gcc" {= "1.0"}
"conf-gmp" {= "4"}
"conf-mpfr" {= "3"}
"conf-perl" {= "2"}
"conf-pkg-config" {= "2"}
"conf-ruby" {= "1.0.0" & with-test}
"conf-which" {= "1"}
"cppo" {= "1.6.8"}
"cpu" {= "2.0.0"}
"csexp" {= "1.5.1"}
"ctypes" {= "0.20.1"}
"dune" {= "3.0.3"}
"dune-private-libs" {= "3.0.3"}
"dune-site" {= "3.0.3"}
"dyn" {= "3.0.3"}
"dune-configurator" {= "3.0.3"}
"fmt" {= "0.9.0"}
"fpath" {= "0.7.3"}
"goblint-cil" {= "2.0.0"}
"integers" {= "0.7.0"}
"json-data-encoding" {= "0.11"}
"jsonrpc" {= "1.12.4"}
"logs" {= "0.7.0"}
"mlgmpidl" {= "1.2.14"}
"num" {= "1.4"}
"ocaml" {= "4.14.0"}
"ocaml-base-compiler" {= "4.14.0"}
"ocaml-compiler-libs" {= "v0.12.4"}
"ocaml-config" {= "2"}
"ocaml-options-vanilla" {= "1"}
"ocaml-syntax-shims" {= "1.0.0"}
"ocamlbuild" {= "0.14.1"}
"ocamlfind" {= "1.9.3"}
"odoc" {= "2.1.0" & with-doc}
"odoc-parser" {= "1.0.0" & with-doc}
"ordering" {= "3.0.3"}
"ounit2" {= "2.2.6" & with-test}
"pp" {= "1.1.2"}
"ppx_blob" {= "0.7.2"}
"ppx_derivers" {= "1.2.1"}
"ppx_deriving" {= "5.2.1"}
"ppx_deriving_hash" {= "0.1.1"}
"ppx_deriving_yojson" {= "3.7.0"}
"ppxlib" {= "0.27.0"}
"qcheck-core" {= "0.18.1"}
"qcheck-ounit" {= "0.18.1" & with-test}
"re" {= "1.10.3" & with-doc}
"result" {= "1.5"}
"rresult" {= "0.7.0"}
"seq" {= "base"}
"sexplib0" {= "v0.15.1"}
"sha" {= "1.15.2"}
"stdlib-shims" {= "0.3.0"}
"stdune" {= "3.0.3"}
"stringext" {= "1.6.0"}
"topkg" {= "1.0.5"}
"tyxml" {= "4.5.0" & with-doc}
"uri" {= "4.2.0"}
"uuidm" {= "0.9.8"}
"uutf" {= "1.0.3" & with-doc}
"yaml" {= "3.1.0"}
"yojson" {= "2.0.1"}
"zarith" {= "1.12"}
]
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-distribution != "alpine" & arch != "arm64"
# TODO: manually reordered to avoid opam pin crash: https://github.com/ocaml/opam/issues/4936
pin-depends: [
[
"goblint-cil.2.0.0"
"git+https://github.com/goblint/cil.git#bfb977b48d6d92e0ecbdab2e04f2576095506107"
]
[
"apron.v0.9.13"
"git+https://github.com/antoinemine/apron.git#c852ebcc89e5cf4a5a3318e7c13c73e1756abb11"
]
[
"ppx_deriving.5.2.1"
"git+https://github.com/ocaml-ppx/ppx_deriving.git#0a89b619f94cbbfc3b0fb3255ab4fe5bc77d32d6"
]
]