forked from goblint/analyzer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
goblint.opam.locked
74 lines (74 loc) · 1.8 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
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: [
"base-bytes" {= "base"}
"base-threads" {= "base"}
"base-unix" {= "base"}
"batteries" {= "3.1.0"}
"biniou" {= "1.2.1"}
"conf-gmp" {= "2"}
"conf-m4" {= "1"}
"conf-perl" {= "1"}
"cppo" {= "1.6.6"}
"dune" {= "2.7.1"}
"easy-format" {= "1.3.2"}
"goblint-cil" {= "1.7.8"}
"num" {= "1.3"}
"ocaml" {= "4.11.1"}
"ocaml-compiler-libs" {= "v0.12.1"}
"ocaml-migrate-parsetree" {= "1.7.3"}
"ocaml-monadic" {= "0.4.1"}
"ocamlbuild" {= "0.14.0"}
"ocamlfind" {= "1.8.1"}
"ounit" {= "2.2.2"}
"ounit2" {= "2.2.2"}
"ppx_derivers" {= "1.2.1"}
"ppx_deriving" {= "4.5"}
"ppx_deriving_yojson" {= "3.5.3"}
"ppx_distr_guards" {= "0.2"}
"ppx_import" {= "1.7.1"}
"ppx_tools" {= "6.2"}
"ppx_tools_versioned" {= "5.4.0"}
"ppxfind" {= "1.4"}
"ppxlib" {= "0.15.0"}
"qcheck" {= "0.15"}
"qcheck-core" {= "0.15"}
"qcheck-ounit" {= "0.15"}
"result" {= "1.5"}
"sexplib0" {= "v0.14.0"}
"stdlib-shims" {= "0.1.0"}
"yojson" {= "1.7.0"}
"zarith" {= "1.10"}
"zarith_stubs_js" {= "v0.14.0"}
]
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.7.8" "git+https://github.com/goblint/cil.git#5fdf44c42b194130fefabbbe8a7a29818ad3f539" ]
]
name: "goblint"
version: "dev"