Skip to content

Commit a07402f

Browse files
authored
Merge pull request #28224 from jmid/apron-missing-v-bounds
Apron bounds missing a `v` in apronext, goblint, and mopsa
2 parents 4f8a855 + 67ac214 commit a07402f

File tree

13 files changed

+13
-13
lines changed

13 files changed

+13
-13
lines changed

packages/apronext/apronext.1.0.1/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ run-test: [
1414
depends: [
1515
"dune" {>= "2.1"}
1616
"ocaml" {>= "4.08"}
17-
"apron" {< "0.9.15"}
17+
"apron" {< "v0.9.15"}
1818
]
1919
synopsis: "Apron extension"
2020
description: "An extension for the OCaml interface of the Apron library"

packages/apronext/apronext.1.0.2/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ run-test: [
1414
depends: [
1515
"dune" {>= "2.1"}
1616
"ocaml" {>= "4.08"}
17-
"apron" {< "0.9.15"}
17+
"apron" {< "v0.9.15"}
1818
]
1919
synopsis: "Apron extension"
2020
description: "An extension for the OCaml interface of the Apron library"

packages/apronext/apronext.1.0.3/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ run-test: [
1414
depends: [
1515
"dune" {>= "2.1"}
1616
"ocaml" {>= "4.08"}
17-
"apron" {< "0.9.15"}
17+
"apron" {< "v0.9.15"}
1818
]
1919
synopsis: "Apron extension"
2020
description: "An extension for the OCaml interface of the Apron library"

packages/apronext/apronext.1.0.4/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ run-test: [
1414
depends: [
1515
"dune" {>= "2.1"}
1616
"ocaml" {>= "4.08"}
17-
"apron" {< "0.9.15"}
17+
"apron" {< "v0.9.15"}
1818
]
1919
synopsis: "Apron extension"
2020
description: "An extension for the OCaml interface of the Apron library"

packages/apronext/apronext.1.0/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ run-test: [
1414
depends: [
1515
"dune" {>= "2.1"}
1616
"ocaml" {>= "4.08"}
17-
"apron" {< "0.9.15"}
17+
"apron" {< "v0.9.15"}
1818
]
1919
synopsis: "Apron extension"
2020
description: "An extension for the OCaml interface of the Apron library"

packages/goblint/goblint.1.1.1/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ url {
6565
}
6666
x-commit-hash: "c35cb34d985a98308e65666cfb547f2447045ce9"
6767
conflicts: [
68-
"apron" {>= "0.9.15"}
68+
"apron" {>= "v0.9.15"}
6969
]
7070
# on `dune build` goblint.opam will be generated from goblint.opam.template and dune-project
7171
# also remember to generate/adjust goblint.opam.locked!

packages/goblint/goblint.2.0.0/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ depopts: ["apron"]
5151
conflicts: [
5252
"result" {< "1.5"}
5353
"z3"
54-
"apron" {>= "0.9.15"}
54+
"apron" {>= "v0.9.15"}
5555
]
5656
build: [
5757
["dune" "subst"] {dev}

packages/goblint/goblint.2.0.1/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ depends: [
5050
depopts: ["apron" "z3"]
5151
conflicts: [
5252
"result" {< "1.5"}
53-
"apron" {>= "0.9.15"}
53+
"apron" {>= "v0.9.15"}
5454
]
5555
build: [
5656
["dune" "subst"] {dev}

packages/goblint/goblint.2.1.0/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ depends: [
5252
depopts: ["apron" "z3"]
5353
conflicts: [
5454
"result" {< "1.5"}
55-
"apron" {>= "0.9.15"}
55+
"apron" {>= "v0.9.15"}
5656
]
5757
build: [
5858
["dune" "subst"] {dev}

packages/goblint/goblint.2.2.1/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ depends: [
5252
depopts: ["apron" "z3"]
5353
conflicts: [
5454
"result" {< "1.5"}
55-
"apron" {>= "0.9.15"}
55+
"apron" {>= "v0.9.15"}
5656
]
5757
build: [
5858
["dune" "subst"] {dev}

0 commit comments

Comments
 (0)