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.
2 parents 8db4abc + 13f8dfa commit c627cebCopy full SHA for c627ceb
dune-project
@@ -30,11 +30,11 @@
30
(depends
31
(ocaml (>= 4.13))
32
(lintcstubs-gen (= :version))
33
- (goblint (>= 2.1.0))
+ (goblint (and (>= 2.1.0) (< 2.2)))
34
goblint-cil
35
dune-compiledb
36
fpath
37
(fmt (>= 0.9.0))
38
(sexplib (>= v0.15.0))
39
)
40
-)
+)
lintcstubs.opam
@@ -12,7 +12,7 @@ depends: [
12
"dune" {>= "3.0"}
13
"ocaml" {>= "4.13"}
14
"lintcstubs-gen" {= version}
15
- "goblint" {>= "2.1.0"}
+ "goblint" {>= "2.1.0" & < "2.2"}
16
"goblint-cil"
17
"dune-compiledb"
18
"fpath"
0 commit comments