forked from goblint/analyzer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgoblint.opam
76 lines (76 loc) · 2.27 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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
# This file is generated by dune, edit dune-project instead
opam-version: "2.0"
synopsis: "Static analysis framework for C"
maintainer: [
"Michael Schwarz <[email protected]>"
"Simmo Saan <[email protected]>"
"Ralf Vogler <[email protected]>"
]
authors: [
"Vesal Vojdani"
"Kalmer Apinis"
"Ralf Vogler"
"Michael Schwarz"
"Julian Erhard"
"Simmo Saan"
]
license: "MIT"
homepage: "https://goblint.in.tum.de"
doc: "https://goblint.readthedocs.io/en/latest/"
bug-reports: "https://github.com/goblint/analyzer/issues"
depends: [
"ocaml" {>= "4.10"}
"dune" {>= "2.9.1"}
"goblint-cil" {>= "1.8.2"}
"batteries" {>= "3.4.0"}
"zarith" {>= "1.8"}
"qcheck-core"
"ppx_distr_guards" {>= "0.2"}
"ppx_deriving"
"ppx_deriving_hash"
"ppx_deriving_yojson"
"ppx_blob" {>= "0.6.0"}
"ocaml-monadic" {>= "0.5"}
"ounit2" {with-test}
"qcheck-ounit" {with-test}
"odoc" {with-doc}
"fpath"
"dune-site"
"json-data-encoding"
"jsonrpc"
"sha" {>= "1.12"}
"cpu"
"arg-complete"
"conf-gmp" {>= "3"}
"conf-ruby" {with-test}
"benchmark" {with-test}
]
depopts: ["apron" "z3"]
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"
# on `dune build` goblint.opam will be generated from goblint.opam.template and dune-project
# also remember to generate/adjust goblint.opam.locked!
pin-depends: [
[ "goblint-cil.1.8.2" "git+https://github.com/goblint/cil.git#56f5f9ad58e71908ff66e179e056a22ea71693a2" ]
# TODO: add back after release, only pinned for optimization (https://github.com/ocaml-ppx/ppx_deriving/pull/252)
[ "ppx_deriving.5.2.1" "git+https://github.com/ocaml-ppx/ppx_deriving.git#0a89b619f94cbbfc3b0fb3255ab4fe5bc77d32d6" ]
# quoter workaround reverted for release, so no pin needed
# [ "ppx_deriving_yojson.3.6.1" "git+https://github.com/ocaml-ppx/ppx_deriving_yojson.git#e030f13a3450e9cf7d2c43fa04e709ef608486cd" ]
# TODO: add back after release, only pinned for CI stability
[ "apron.v0.9.13" "git+https://github.com/antoinemine/apron.git#c852ebcc89e5cf4a5a3318e7c13c73e1756abb11"]
]