We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a9c997a commit 421966bCopy full SHA for 421966b
packages/goblint/goblint.1.0.0/opam
@@ -9,7 +9,7 @@ depends: [
9
"ocaml" {>= "4.04.1" & < "4.07"}
10
"ocamlbuild" {build}
11
"ocamlfind" {build}
12
- "goblint-cil" {build}
+ "goblint-cil" {build & < "2.0.0"}
13
"batteries" {build & < "3.4.0"}
14
"xml-light" {build}
15
"ppx_distr_guards"
packages/goblint/goblint.1.1.1/opam
@@ -20,7 +20,7 @@ bug-reports: "https://github.com/goblint/analyzer/issues"
20
depends: [
21
"ocaml" {>= "4.09"}
22
"dune" {>= "2.9.1"}
23
- "goblint-cil" {>= "1.8.2"}
+ "goblint-cil" {>= "1.8.2" & < "2.0.0"}
24
"batteries" {>= "3.2.0" & < "3.4.0"}
25
"zarith" {>= "1.8"}
26
"qcheck-core"
0 commit comments