Skip to content

Commit 6efdfdf

Browse files
committed
[new release] goblint (2.0.0)
CHANGES: Goblint "lean" release after a lot of cleanup. * Remove unmaintained analyses: OSEK, ARINC, shapes, containment, deadlocksByRaces (goblint/analyzer#460, goblint/analyzer#736, goblint/analyzer#812, goblint/analyzer#474). * Add interactive analysis (goblint/analyzer#391). * Add server mode (goblint/analyzer#522). * Add Compilation Database support (goblint/analyzer#406, goblint/analyzer#448). * Add floating point domain, unrolled array domain and improved struct domains (goblint/analyzer#734, goblint/analyzer#761, goblint/analyzer#577, goblint/analyzer#419). * Add static loop unrolling and heap variable unrolling (goblint/analyzer#563, goblint/analyzer#722). * Improve race detection with may-happen-in-parallel analysis (goblint/analyzer#529, goblint/analyzer#518, goblint/analyzer#595). * Reimplement lockset and deadlock analyses (goblint/analyzer#659, goblint/analyzer#662, goblint/analyzer#650, goblint/analyzer#655). * Add pthread extraction to Promela (goblint/analyzer#220). * Add location spans to output (goblint/analyzer#428, goblint/analyzer#449). * Improve race reporting (goblint/analyzer#550, goblint/analyzer#551). * Improve dead code reporting (goblint/analyzer#94, goblint/analyzer#353, goblint/analyzer#785). * Refactor warnings (goblint/analyzer#55, goblint/analyzer#783). * Add JSON schema for configuration (goblint/analyzer#476, goblint/analyzer#499). * Refactor option names (goblint/analyzer#28, goblint/analyzer#192, goblint/analyzer#516, goblint/analyzer#675). * Add bash completion (goblint/analyzer#669). * Add OCaml 4.13 and 4.14 support, remove OCaml 4.09 support (goblint/analyzer#503, goblint/analyzer#672).
1 parent 0e5b7b6 commit 6efdfdf

File tree

1 file changed

+85
-0
lines changed
  • packages/goblint/goblint.2.0.0

1 file changed

+85
-0
lines changed
Lines changed: 85 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,85 @@
1+
opam-version: "2.0"
2+
synopsis: "Static analysis framework for C"
3+
maintainer: [
4+
"Simmo Saan <simmo.saan@gmail.com>"
5+
"Michael Schwarz <michael.schwarz93@gmail.com>"
6+
]
7+
authors: [
8+
"Simmo Saan"
9+
"Michael Schwarz"
10+
"Julian Erhard"
11+
"Sarah Tilscher"
12+
"Ralf Vogler"
13+
"Kalmer Apinis"
14+
"Vesal Vojdani"
15+
]
16+
license: "MIT"
17+
homepage: "https://goblint.in.tum.de"
18+
doc: "https://goblint.readthedocs.io/en/latest/"
19+
bug-reports: "https://github.com/goblint/analyzer/issues"
20+
depends: [
21+
"ocaml" {>= "4.10"}
22+
"dune" {>= "2.9.1"}
23+
"goblint-cil" {>= "2.0.0"}
24+
"batteries" {>= "3.4.0"}
25+
"zarith" {>= "1.8"}
26+
"yojson" {>= "2.0.0"}
27+
"qcheck-core"
28+
"ppx_deriving"
29+
"ppx_deriving_hash"
30+
"ppx_deriving_yojson" {>= "3.7.0"}
31+
"ppx_blob" {>= "0.6.0"}
32+
"ounit2" {with-test}
33+
"qcheck-ounit" {with-test}
34+
"odoc" {with-doc}
35+
"fpath"
36+
"dune-site"
37+
"json-data-encoding"
38+
"jsonrpc" {>= "1.12"}
39+
"sha" {>= "1.12"}
40+
"cpu"
41+
"arg-complete"
42+
"yaml"
43+
"uuidm"
44+
"conf-gmp" {>= "3"}
45+
"conf-ruby" {with-test}
46+
"benchmark" {with-test}
47+
"conf-gcc"
48+
]
49+
depopts: ["apron" "z3"]
50+
build: [
51+
["dune" "subst"] {dev}
52+
[
53+
"dune"
54+
"build"
55+
"-p"
56+
name
57+
"-j"
58+
jobs
59+
"--promote-install-files=false"
60+
"@install"
61+
"@runtest" {with-test}
62+
"@doc" {with-doc}
63+
]
64+
["dune" "install" "-p" name "--create-install-files" name]
65+
]
66+
dev-repo: "git+https://github.com/goblint/analyzer.git"
67+
url {
68+
src:
69+
"https://github.com/goblint/analyzer/releases/download/v2.0.0/goblint-2.0.0.tbz"
70+
checksum: [
71+
"sha256=2f4f2e25b765452f0e336941f35f6cb396d7c213a2d347abe5d35febc5159b1f"
72+
"sha512=e96af4cad91f6985c8db93c194925853e96cad0ec1a0d9f4d32bbe16d3e5fa1e305f54be02839f21ba89ad2af0c2d5d7aa819ade221ce097dc4dbd0fcd8c8500"
73+
]
74+
}
75+
x-commit-hash: "934e28a6f371031fecea9fd24b9f65b71226ab26"
76+
# on `dune build` goblint.opam will be generated from goblint.opam.template and dune-project
77+
# also remember to generate/adjust goblint.opam.locked!
78+
# pin-depends: [
79+
# published goblint-cil 2.0.0 is currently up-to-date, so no pin needed
80+
# [ "goblint-cil.2.0.0" "git+https://github.com/goblint/cil.git#85ca8cf757580c67c53b5db76bce5be048ce5541" ]
81+
# TODO: add back after release, only pinned for optimization (https://github.com/ocaml-ppx/ppx_deriving/pull/252)
82+
# [ "ppx_deriving.5.2.1" "git+https://github.com/ocaml-ppx/ppx_deriving.git#0a89b619f94cbbfc3b0fb3255ab4fe5bc77d32d6" ]
83+
# TODO: add back after release, only pinned for CI stability
84+
# [ "apron.v0.9.13" "git+https://github.com/antoinemine/apron.git#c852ebcc89e5cf4a5a3318e7c13c73e1756abb11"]
85+
# ]

0 commit comments

Comments
 (0)