Skip to content

Commit 8700224

Browse files
Mark ocf as incompatible with Yojson 3
1 parent 3d28d3d commit 8700224

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

packages/ocf/ocf.0.6.0/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ bug-reports: "https://framagit.org/zoggy/ocf/-/issues"
1111
depends: [
1212
"ocaml" {>= "4.12.0" & < "5.0.0"}
1313
"ocamlfind" {build}
14-
"yojson" {>= "1.7.0"}
14+
"yojson" {>= "1.7.0" & < "3"}
1515
"ppx_tools" {>= "6.3"}
1616
]
1717
build: [

packages/ocf/ocf.0.7.0/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ bug-reports: "https://framagit.org/zoggy/ocf/-/issues"
1111
depends: [
1212
"ocaml" {>= "4.12.0" & < "5.0.0"}
1313
"ocamlfind" {build}
14-
"yojson" {>= "1.7.0"}
14+
"yojson" {>= "1.7.0" & < "3"}
1515
"ppx_tools" {>= "6.3"}
1616
]
1717
build: [

packages/ocf/ocf.0.8.0/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ bug-reports: "https://framagit.org/zoggy/ocf/issues"
1111
depends: [
1212
"dune" {>= "2.9"}
1313
"ocaml" {>= "4.12.0" & < "5.3.0"}
14-
"yojson" {>= "1.7.0"}
14+
"yojson" {>= "1.7.0" & < "3"}
1515
"odoc" {with-doc}
1616
]
1717
build: [

packages/ocf/ocf.0.9.0/opam

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ bug-reports: "https://framagit.org/zoggy/ocf/issues"
1111
depends: [
1212
"dune" {>= "2.9"}
1313
"ocaml" {>= "4.12.0"}
14-
"yojson" {>= "1.7.0"}
14+
"yojson" {>= "1.7.0" & < "3"}
1515
"odoc" {with-doc}
1616
]
1717
build: [
@@ -37,4 +37,4 @@ url {
3737
"md5=4f71a321a225bb5dbb0f50cb2355b8f9"
3838
"sha512=512b3a3c804008374d8a8f0d48b8c3101012d758b213e81818eb54305435422baf6191252da7d71cea6aa5e73a318ff2aa66ab84adaa31a44a5ea6917ca4420c"
3939
]
40-
}
40+
}

0 commit comments

Comments
 (0)