Skip to content

Commit e852c6d

Browse files
authored
Merge pull request #27788 from mseri/altergo
smtmt < 0.6.1 is not compatible with alt-ergo-lib 2.6.1
2 parents 35b6208 + 9035883 commit e852c6d

File tree

5 files changed

+5
-0
lines changed

5 files changed

+5
-0
lines changed

packages/smtml/smtml.0.3.1/opam

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ depopts: ["alt-ergo-lib" "bitwuzla-cxx" "colibri2" "cvc5" "z3"]
4848
conflicts: [
4949
"bitwuzla-cxx" {< "0.6.0"}
5050
"z3" {< "4.12.2" | >= "4.14"}
51+
"alt-ergo-lib" {>= "2.6.1"}
5152
]
5253
build: [
5354
["dune" "subst"] {dev}

packages/smtml/smtml.0.4.0/opam

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ depopts: ["alt-ergo-lib" "bitwuzla-cxx" "colibri2" "cvc5" "z3"]
4949
conflicts: [
5050
"bitwuzla-cxx" {< "0.6.0"}
5151
"z3" {< "4.12.2" | >= "4.14"}
52+
"alt-ergo-lib" {>= "2.6.1"}
5253
]
5354
available: arch != "arm32" & arch != "x86_32"
5455
build: [

packages/smtml/smtml.0.4.1/opam

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ depopts: ["alt-ergo-lib" "bitwuzla-cxx" "colibri2" "cvc5" "z3"]
4949
conflicts: [
5050
"bitwuzla-cxx" {< "0.6.0"}
5151
"z3" {< "4.12.2" | >= "4.14"}
52+
"alt-ergo-lib" {>= "2.6.1"}
5253
]
5354
available: arch != "arm32" & arch != "x86_32"
5455
build: [

packages/smtml/smtml.0.5.0/opam

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ depopts: ["alt-ergo-lib" "bitwuzla-cxx" "colibri2" "cvc5" "z3"]
5252
conflicts: [
5353
"bitwuzla-cxx" {< "0.6.0"}
5454
"z3" {< "4.12.2" | >= "4.14"}
55+
"alt-ergo-lib" {>= "2.6.1"}
5556
]
5657
build: [
5758
["dune" "subst"] {dev}

packages/smtml/smtml.0.6.0/opam

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ depopts: ["alt-ergo-lib" "bitwuzla-cxx" "colibri2" "cvc5" "z3"]
5353
conflicts: [
5454
"bitwuzla-cxx" {< "0.6.0"}
5555
"z3" {< "4.12.2" | >= "4.14"}
56+
"alt-ergo-lib" {>= "2.6.1"}
5657
]
5758
build: [
5859
["dune" "subst"] {dev}

0 commit comments

Comments
 (0)