Skip to content

Commit

Permalink
Merge pull request #27142 from NathanReb/release-ppx_deriving_yojson.…
Browse files Browse the repository at this point in the history
…3.9.1

Release ppx_deriving_yojson.3.9.1
  • Loading branch information
mseri authored Dec 20, 2024
2 parents 9046416 + aae8886 commit 9699c1b
Show file tree
Hide file tree
Showing 6 changed files with 42 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
36 changes: 36 additions & 0 deletions packages/ppx_deriving_yojson/ppx_deriving_yojson.3.9.1/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
opam-version: "2.0"
maintainer: "whitequark <[email protected]>"
authors: [ "whitequark <[email protected]>" ]
license: "MIT"
homepage: "https://github.com/ocaml-ppx/ppx_deriving_yojson"
bug-reports: "https://github.com/ocaml-ppx/ppx_deriving_yojson/issues"
dev-repo: "git+https://github.com/ocaml-ppx/ppx_deriving_yojson.git"
tags: [ "syntax" "json" ]
build: [
["dune" "subst"] {dev}
["dune" "build" "-p" name "-j" jobs]
["dune" "runtest" "-p" name "-j" jobs] {with-test}
]
depends: [
"ocaml" {>= "4.05.0"}
"dune" {>= "1.0"}
"yojson" {>= "1.6.0"}
"ppx_deriving" {>= "5.1"}
"ppxlib" {>= "0.30.0"}
"ounit2" {with-test}
]
synopsis:
"JSON codec generator for OCaml"
description: """
ppx_deriving_yojson is a ppx_deriving plugin that provides
a JSON codec generator.
"""
url {
src:
"https://github.com/ocaml-ppx/ppx_deriving_yojson/releases/download/v3.9.1/ppx_deriving_yojson-3.9.1.tbz"
checksum: [
"sha256=6a3ef7c7bb381f57448853f2a6d2287cf623628162a979587d1e8f7502114f4d"
"sha512=df919be7c023cb9ff1b832de333f8d158e88746b4cc33ea5dcf511c64aba186628015b6ca29a0310642531e0640d79834d64b99d542a624168154a11736489a0"
]
}
x-commit-hash: "67e1d3334c1e3b94152bbc9c8600b71d5ee61b39"

0 comments on commit 9699c1b

Please sign in to comment.