Skip to content

Commit f1be7c8

Browse files
authored
Merge pull request #24423 from sim642/release-goblint-v2.2.1
[new release] goblint (2.2.1)
2 parents 4194d0c + e4db780 commit f1be7c8

File tree

2 files changed

+94
-1
lines changed
  • packages
    • goblint/goblint.2.2.1
    • lintcstubs/lintcstubs.0.4.7

2 files changed

+94
-1
lines changed
Lines changed: 93 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,93 @@
1+
opam-version: "2.0"
2+
synopsis: "Static analysis framework for C"
3+
maintainer: [
4+
"Simmo Saan <[email protected]>"
5+
"Michael Schwarz <[email protected]>"
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+
"dune" {>= "3.6"}
22+
"ocaml" {>= "4.10"}
23+
"goblint-cil" {>= "2.0.2"}
24+
"batteries" {>= "3.5.0"}
25+
"zarith" {>= "1.8"}
26+
"yojson" {>= "2.0.0"}
27+
"qcheck-core" {>= "0.19"}
28+
"ppx_deriving"
29+
"ppx_deriving_hash"
30+
"ppx_deriving_yojson" {>= "3.7.0"}
31+
"ounit2" {with-test}
32+
"qcheck-ounit" {with-test}
33+
"odoc" {with-doc}
34+
"fpath"
35+
"dune-site"
36+
"dune-build-info"
37+
"json-data-encoding"
38+
"jsonrpc" {>= "1.12"}
39+
"sha" {>= "1.12"}
40+
"fileutils" {>= "0.6.4"}
41+
"cpu"
42+
"arg-complete"
43+
"yaml" {>= "3.0.0"}
44+
"uuidm"
45+
"catapult"
46+
"catapult-file"
47+
"conf-gmp" {>= "3"}
48+
"conf-ruby" {with-test}
49+
"benchmark" {with-test}
50+
"conf-gcc"
51+
]
52+
depopts: ["apron" "z3"]
53+
conflicts: [
54+
"result" {< "1.5"}
55+
]
56+
build: [
57+
["dune" "subst"] {dev}
58+
[
59+
"dune"
60+
"build"
61+
"-p"
62+
name
63+
"-j"
64+
jobs
65+
"--promote-install-files=false"
66+
"@install"
67+
"@runtest" {with-test}
68+
"@doc" {with-doc}
69+
]
70+
["dune" "install" "-p" name "--create-install-files" name]
71+
]
72+
dev-repo: "git+https://github.com/goblint/analyzer.git"
73+
# on `dune build` goblint.opam will be generated from goblint.opam.template and dune-project
74+
# also remember to generate/adjust goblint.opam.locked!
75+
available: os-distribution != "alpine" & arch != "arm64"
76+
# pin-depends: [
77+
# published goblint-cil 2.0.2 is currently up-to-date, so no pin needed
78+
# [ "goblint-cil.2.0.2" "git+https://github.com/goblint/cil.git#98598d94f796a63751e5a9d39c6b3a9fe1f32330" ]
79+
# TODO: add back after release, only pinned for optimization (https://github.com/ocaml-ppx/ppx_deriving/pull/252)
80+
# [ "ppx_deriving.5.2.1" "git+https://github.com/ocaml-ppx/ppx_deriving.git#0a89b619f94cbbfc3b0fb3255ab4fe5bc77d32d6" ]
81+
# ]
82+
post-messages: [
83+
"Do not benchmark Goblint on OCaml 5 (https://goblint.readthedocs.io/en/latest/user-guide/benchmarking/)." {ocaml:version >= "5.0.0"}
84+
]
85+
url {
86+
src:
87+
"https://github.com/goblint/analyzer/releases/download/v2.2.1/goblint-2.2.1.tbz"
88+
checksum: [
89+
"sha256=ca24f72fa9a87d288affe97c411753f14b7802bab4ca3649b337276b89bf5674"
90+
"sha512=394b3521ccda0da91540cebb2f433f7525763060be4bbe179edd3b952a3580a8e173c4e410fc6895dc67fe6d17e6699aeddfed600f4692858bec093dd912bf1e"
91+
]
92+
}
93+
x-commit-hash: "166a9b619b87456059de8f1839fb810621302efb"

packages/lintcstubs/lintcstubs.0.4.7/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ depends: [
1111
"dune" {>= "3.0"}
1212
"ocaml" {>= "4.13"}
1313
"lintcstubs-gen" {= version}
14-
"goblint" {>= "2.1.0"}
14+
"goblint" {>= "2.1.0" & < "2.2.0"}
1515
"goblint-cil"
1616
"dune-compiledb"
1717
"fpath"

0 commit comments

Comments
 (0)