Skip to content

Commit

Permalink
ppx_deriving_yojson need upper bound on ocaml 5.3
Browse files Browse the repository at this point in the history
See ocaml#27142

Signed-off-by: Marcello Seri <[email protected]>
  • Loading branch information
mseri committed Dec 20, 2024
1 parent 90432e1 commit b8cd18d
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion packages/ppx_deriving_yojson/ppx_deriving_yojson.1.0/opam
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ build: [
[make "doc"] {with-doc}
]
depends: [
"ocaml"
"ocaml" {< "5.3"}
"yojson" {< "1.6.0"}
"ppx_deriving" {>= "0.2" & < "1.0"}
"ocamlbuild" {build}
Expand Down
2 changes: 1 addition & 1 deletion packages/ppx_deriving_yojson/ppx_deriving_yojson.1.1/opam
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ build: [
[make "doc"] {with-doc}
]
depends: [
"ocaml"
"ocaml" {< "5.3"}
"yojson" {< "1.6.0"}
"ppx_deriving" {>= "0.2" & < "1.0"}
"ocamlbuild" {build}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ build: [
["dune" "runtest" "-p" name "-j" jobs] {with-test}
]
depends: [
"ocaml" {>= "4.04.0"}
"ocaml" {>= "4.04.0" & < "5.3"}
"yojson" {>= "1.6.0"}
"result"
"ppx_deriving" {>= "4.5" & < "5.0"}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ build: [
["dune" "runtest" "-p" name "-j" jobs] {with-test}
]
depends: [
"ocaml" {>= "4.05.0"}
"ocaml" {>= "4.05.0" & < "5.3"}
"dune" {>= "1.0"}
"yojson" {>= "1.6.0"}
"result"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ build: [
["dune" "runtest" "-p" name "-j" jobs] {with-test}
]
depends: [
"ocaml" {>= "4.05.0"}
"ocaml" {>= "4.05.0" & < "5.3"}
"dune" {>= "1.0"}
"yojson" {>= "1.6.0"}
"result"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ tags: ["syntax" "json"]
homepage: "https://github.com/ocaml-ppx/ppx_deriving_yojson"
bug-reports: "https://github.com/ocaml-ppx/ppx_deriving_yojson/issues"
depends: [
"ocaml" {>= "4.05.0"}
"ocaml" {>= "4.05.0" & < "5.3"}
"dune" {>= "1.0"}
"yojson" {>= "1.6.0"}
"result"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ build: [
["dune" "runtest" "-p" name "-j" jobs] {with-test}
]
depends: [
"ocaml" {>= "4.05.0"}
"ocaml" {>= "4.05.0" & < "5.3"}
"dune" {>= "1.0"}
"yojson" {>= "1.6.0"}
"ppx_deriving" {>= "5.1"}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ build: [
["dune" "runtest" "-p" name "-j" jobs] {with-test}
]
depends: [
"ocaml" {>= "4.05.0"}
"ocaml" {>= "4.05.0" & < "5.3"}
"dune" {>= "1.0"}
"yojson" {>= "1.6.0"}
"ppx_deriving" {>= "5.1"}
Expand Down

0 comments on commit b8cd18d

Please sign in to comment.