You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: dune-project
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -39,7 +39,7 @@ Goblint includes analyses for assertions, overflows, deadlocks, etc and can be e
39
39
(ocaml (>= 4.14))
40
40
(goblint-cil (>= 2.0.9)); TODO no way to define as pin-depends? Used goblint.opam.template to add it for now. https://github.com/ocaml/dune/issues/3231. Alternatively, removing this line and adding cil as a git submodule and `(vendored_dirs cil)` as ./dune also works. This way, no more need to reinstall the pinned cil opam package on changes. However, then cil is cleaned and has to be rebuild together with goblint.
41
41
(batteries (>= 3.9.0))
42
-
(zarith (>= 1.10))
42
+
(zarith (>= 1.12))
43
43
(yojson (and (>= 2.0.0)(< 3))); json-data-encoding has incompatible yojson representation for yojson 3
44
44
(qcheck-core (>= 0.19))
45
45
(ppx_deriving (>= 6.0.2))
@@ -80,6 +80,7 @@ Goblint includes analyses for assertions, overflows, deadlocks, etc and can be e
80
80
(apron (< v0.9.15)); lower bounds for depopts seem to not properly constrain in builtin-0install lower-bounds job, so upper bounds for conflicts instead
81
81
(camlidl (< 1.13)); for stability (https://github.com/goblint/analyzer/issues/1520)
0 commit comments