Skip to content

Commit 1d36c96

Browse files
committed
Revert "adds piqi constraints to bap-piqi"
In fact, deeper analysis showed that the problem is more in dune, which incorrectly interprets the META file and doesn't see the meta package. This reverts commit b3ded82.
1 parent e92163d commit 1d36c96

File tree

13 files changed

+13
-13
lines changed

13 files changed

+13
-13
lines changed

packages/bap-piqi/bap-piqi.1.0.0/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ depends: [
3030
"oasis" {build & >= "0.4.7"}
3131
"bap-std" {= "1.0.0"}
3232
"cmdliner"
33-
"piqi" {>= "0.7.4" & < "0.7.8"}
33+
"piqi" {>= "0.7.4"}
3434
]
3535
synopsis: "BAP plugin for serialization based on piqi library"
3636
url {

packages/bap-piqi/bap-piqi.1.1.0/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ depends: [
3030
"oasis" {build & >= "0.4.7"}
3131
"bap-std" {= "1.1.0"}
3232
"cmdliner"
33-
"piqi" {>= "0.7.4" & < "0.7.8"}
33+
"piqi" {>= "0.7.4"}
3434
]
3535
synopsis: "BAP plugin for serialization based on piqi library"
3636
url {

packages/bap-piqi/bap-piqi.1.2.0/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ depends: [
3030
"oasis" {build & >= "0.4.7"}
3131
"bap-std" {= "1.2.0"}
3232
"cmdliner"
33-
"piqi" {>= "0.7.4" & < "0.7.8"}
33+
"piqi" {>= "0.7.4"}
3434
]
3535
synopsis: "BAP plugin for serialization based on piqi library"
3636
url {

packages/bap-piqi/bap-piqi.1.3.0/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ depends: [
3232
"oasis" {build & >= "0.4.7"}
3333
"bap-std" {= "1.3.0"}
3434
"cmdliner"
35-
"piqi" {>= "0.7.4" & < "0.7.8"}
35+
"piqi" {>= "0.7.4"}
3636
]
3737
synopsis: "BAP plugin for serialization based on piqi library"
3838
url {

packages/bap-piqi/bap-piqi.1.4.0/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ depends: [
3232
"oasis" {build & >= "0.4.7"}
3333
"bap-std" {= "1.4.0"}
3434
"cmdliner"
35-
"piqi" {>= "0.7.4" & < "0.7.8"}
35+
"piqi" {>= "0.7.4"}
3636
]
3737
synopsis: "BAP plugin for serialization based on piqi library"
3838
url {

packages/bap-piqi/bap-piqi.1.5.0/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ depends: [
3232
"oasis" {build & >= "0.4.7"}
3333
"bap-std" {= "1.5.0"}
3434
"cmdliner"
35-
"piqi" {>= "0.7.4" & < "0.7.8"}
35+
"piqi" {>= "0.7.4"}
3636
]
3737
synopsis: "BAP plugin for serialization based on piqi library"
3838
url {

packages/bap-piqi/bap-piqi.1.6.0/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ depends: [
3232
"oasis" {build & >= "0.4.7"}
3333
"bap-std" {= "1.6.0"}
3434
"cmdliner"
35-
"piqi" {>= "0.7.4" & < "0.7.8"}
35+
"piqi" {>= "0.7.4"}
3636
]
3737
synopsis: "BAP plugin for serialization based on piqi library"
3838
url {

packages/bap-piqi/bap-piqi.2.0.0/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ depends: [
3232
"oasis" {build & >= "0.4.7"}
3333
"bap-std" {= "2.0.0"}
3434
"cmdliner"
35-
"piqi" {>= "0.7.4" & < "0.7.8"}
35+
"piqi" {>= "0.7.4"}
3636
]
3737
synopsis: "BAP plugin for serialization based on piqi library"
3838
url {

packages/bap-piqi/bap-piqi.2.1.0/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ depends: [
3232
"oasis" {build & >= "0.4.7"}
3333
"bap-std" {= "2.1.0"}
3434
"cmdliner"
35-
"piqi" {>= "0.7.4" & < "0.7.8"}
35+
"piqi" {>= "0.7.4"}
3636
]
3737
synopsis: "BAP plugin for serialization based on piqi library"
3838
url {

packages/bap-piqi/bap-piqi.2.2.0/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ depends: [
3232
"oasis" {build & >= "0.4.7"}
3333
"bap-std" {= "2.2.0"}
3434
"cmdliner"
35-
"piqi" {>= "0.7.4" & < "0.7.8"}
35+
"piqi" {>= "0.7.4"}
3636
]
3737
synopsis: "BAP plugin for serialization based on piqi library"
3838

0 commit comments

Comments
 (0)