Skip to content

Commit

Permalink
Merge pull request #26199 from mseri/fix-apron-ub
Browse files Browse the repository at this point in the history
goblint and apronext are not compatible with new apron
  • Loading branch information
mseri authored Jul 5, 2024
2 parents 631f343 + 41f689d commit ca7f74d
Show file tree
Hide file tree
Showing 11 changed files with 13 additions and 5 deletions.
2 changes: 1 addition & 1 deletion packages/apronext/apronext.1.0.1/opam
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ run-test: [
depends: [
"dune" {>= "2.1"}
"ocaml" {>= "4.08"}
"apron"
"apron" {< "0.9.15"}
]
synopsis: "Apron extension"
description: "An extension for the OCaml interface of the Apron library"
Expand Down
2 changes: 1 addition & 1 deletion packages/apronext/apronext.1.0.2/opam
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ run-test: [
depends: [
"dune" {>= "2.1"}
"ocaml" {>= "4.08"}
"apron"
"apron" {< "0.9.15"}
]
synopsis: "Apron extension"
description: "An extension for the OCaml interface of the Apron library"
Expand Down
2 changes: 1 addition & 1 deletion packages/apronext/apronext.1.0.3/opam
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ run-test: [
depends: [
"dune" {>= "2.1"}
"ocaml" {>= "4.08"}
"apron"
"apron" {< "0.9.15"}
]
synopsis: "Apron extension"
description: "An extension for the OCaml interface of the Apron library"
Expand Down
2 changes: 1 addition & 1 deletion packages/apronext/apronext.1.0.4/opam
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ run-test: [
depends: [
"dune" {>= "2.1"}
"ocaml" {>= "4.08"}
"apron"
"apron" {< "0.9.15"}
]
synopsis: "Apron extension"
description: "An extension for the OCaml interface of the Apron library"
Expand Down
2 changes: 1 addition & 1 deletion packages/apronext/apronext.1.0/opam
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ run-test: [
depends: [
"dune" {>= "2.1"}
"ocaml" {>= "4.08"}
"apron"
"apron" {< "0.9.15"}
]
synopsis: "Apron extension"
description: "An extension for the OCaml interface of the Apron library"
Expand Down
3 changes: 3 additions & 0 deletions packages/goblint/goblint.1.1.1/opam
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,9 @@ url {
]
}
x-commit-hash: "c35cb34d985a98308e65666cfb547f2447045ce9"
conflicts: [
"apron" {>= "0.9.15"}
]
# on `dune build` goblint.opam will be generated from goblint.opam.template and dune-project
# also remember to generate/adjust goblint.opam.locked!
# pin-depends: [
Expand Down
1 change: 1 addition & 0 deletions packages/goblint/goblint.2.0.0/opam
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ depopts: ["apron"]
conflicts: [
"result" {< "1.5"}
"z3"
"apron" {>= "0.9.15"}
]
build: [
["dune" "subst"] {dev}
Expand Down
1 change: 1 addition & 0 deletions packages/goblint/goblint.2.0.1/opam
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ depends: [
depopts: ["apron" "z3"]
conflicts: [
"result" {< "1.5"}
"apron" {>= "0.9.15"}
]
build: [
["dune" "subst"] {dev}
Expand Down
1 change: 1 addition & 0 deletions packages/goblint/goblint.2.1.0/opam
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ depends: [
depopts: ["apron" "z3"]
conflicts: [
"result" {< "1.5"}
"apron" {>= "0.9.15"}
]
build: [
["dune" "subst"] {dev}
Expand Down
1 change: 1 addition & 0 deletions packages/goblint/goblint.2.2.1/opam
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ depends: [
depopts: ["apron" "z3"]
conflicts: [
"result" {< "1.5"}
"apron" {>= "0.9.15"}
]
build: [
["dune" "subst"] {dev}
Expand Down
1 change: 1 addition & 0 deletions packages/goblint/goblint.2.3.0/opam
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ depends: [
depopts: ["apron" "z3"]
conflicts: [
"result" {< "1.5"}
"apron" {>= "0.9.15"}
]
build: [
["dune" "subst"] {dev}
Expand Down

0 comments on commit ca7f74d

Please sign in to comment.