forked from goblint/analyzer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgoblint.opam.locked
73 lines (73 loc) · 1.78 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
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: [
"apron" {= "v0.9.13"}
"base-bytes" {= "base"}
"base-threads" {= "base"}
"base-unix" {= "base"}
"batteries" {= "3.2.0"}
"biniou" {= "1.2.1"}
"camlidl" {= "1.09"}
"conf-gmp" {= "2"}
"conf-m4" {= "1"}
"conf-mpfr" {= "2"}
"conf-perl" {= "1"}
"cppo" {= "1.6.6"}
"dune" {= "2.7.1"}
"easy-format" {= "1.3.2"}
"goblint-cil" {= "1.8.1"}
"mlgmpidl" {= "1.2.13"}
"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"}
"ppx_derivers" {= "1.2.1"}
"ppx_deriving" {= "4.5"}
"ppx_deriving_yojson" {= "3.5.3"}
"ppx_distr_guards" {= "0.2"}
"ppx_tools" {= "6.2"}
"ppx_tools_versioned" {= "5.4.0"}
"ppxfind" {= "1.4"}
"ppxlib" {= "0.15.0"}
"qcheck-core" {= "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.8.1" "git+https://github.com/goblint/cil.git#d61cfa6a403f4d278c86344091bc07dccd8b549b" ]
]
name: "goblint"
version: "dev"