Skip to content

Commit

Permalink
Add 5.3 upperbound to older ppx_deriving_yojson
Browse files Browse the repository at this point in the history
Signed-off-by: Nathan Rebours <[email protected]>
  • Loading branch information
NathanReb committed Dec 19, 2024
1 parent 066ca16 commit aae8886
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
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.0"}
"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.0"}
"dune" {>= "1.0"}
"yojson" {>= "1.6.0"}
"result"
Expand Down
4 changes: 2 additions & 2 deletions packages/ppx_deriving_yojson/ppx_deriving_yojson.3.7.0/opam
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.0"}
"dune" {>= "1.0"}
"yojson" {>= "1.6.0"}
"result"
Expand All @@ -31,4 +31,4 @@ url {
"md5=456be82acb16bbf6be12ab01f9dfaa94"
"sha512=6aa8b3a6e60afd1ce68995bad6776c975b3640303b2049233e661c46300abea1f48916d4e876412de49f35744f31b99c29736e2bb974e1b4a494b0932bbd6e80"
]
}
}
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.0"}
"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.0"}
"dune" {>= "1.0"}
"yojson" {>= "1.6.0"}
"ppx_deriving" {>= "5.1"}
Expand Down

0 comments on commit aae8886

Please sign in to comment.