this repo has no description

Merge pull request #25720 from NathanReb/release-ppx_deriving_yojson.3.8.0

[new-release] ppx_deriving_yojson 3.8.0

Changed files
+43 -7
packages
pa_ppx
pa_ppx.0.10
pa_ppx.0.11
pa_ppx.0.12
pa_ppx.0.13
pa_ppx.0.14
ppx_deriving_yojson
ppx_deriving_yojson.3.8.0
safemoney
safemoney.0.1.0
safemoney.0.1.1
+1 -1
packages/pa_ppx/pa_ppx.0.10/opam
···
"sexplib" { with-test & >= "v0.14.0" }
"ppx_import" { with-test & >= "1.7.1" }
"ppx_deriving" { with-test }
-
"ppx_deriving_yojson" { with-test & >= "3.5.2" }
+
"ppx_deriving_yojson" { with-test & >= "3.5.2" & < "3.8.0" }
"ppx_here" { with-test & >= "v0.13.0" }
"ppx_sexp_conv" { with-test & >= "v0.13.0" }
# "expect_test_helpers" { with-test & >= "v0.13.0" }
+1 -1
packages/pa_ppx/pa_ppx.0.11/opam
···
"sexplib" { with-test & >= "v0.14.0" }
"ppx_import" { with-test & >= "1.7.1" }
"ppx_deriving" { with-test }
-
"ppx_deriving_yojson" { with-test & >= "3.5.2" }
+
"ppx_deriving_yojson" { with-test & >= "3.5.2" & < "3.8.0" }
"ppx_here" { with-test & >= "v0.13.0" }
"ppx_sexp_conv" { with-test & >= "v0.13.0" }
# "expect_test_helpers" { with-test & >= "v0.13.0" }
+1 -1
packages/pa_ppx/pa_ppx.0.12/opam
···
"sexplib" { with-test & >= "v0.14.0" }
"ppx_import" { with-test & >= "1.7.1" }
"ppx_deriving" { with-test }
-
"ppx_deriving_yojson" { with-test & >= "3.5.2" }
+
"ppx_deriving_yojson" { with-test & >= "3.5.2" & < "3.8.0" }
"ppx_here" { with-test & >= "v0.13.0" }
"ppx_sexp_conv" { with-test & >= "v0.13.0" }
# "expect_test_helpers" { with-test & >= "v0.13.0" }
+1 -1
packages/pa_ppx/pa_ppx.0.13/opam
···
"sexplib" { with-test & >= "v0.14.0" }
"ppx_import" { with-test & >= "1.7.1" }
"ppx_deriving" { with-test }
-
"ppx_deriving_yojson" { with-test & >= "3.5.2" }
+
"ppx_deriving_yojson" { with-test & >= "3.5.2" & < "3.8.0" }
"ppx_here" { with-test & >= "v0.13.0" }
"ppx_sexp_conv" { with-test & >= "v0.13.0" }
# "expect_test_helpers" { with-test & >= "v0.13.0" }
+1 -1
packages/pa_ppx/pa_ppx.0.14/opam
···
"sexplib" { with-test & >= "v0.14.0" }
"ppx_import" { with-test & >= "1.7.1" }
"ppx_deriving" { with-test }
-
"ppx_deriving_yojson" { with-test & >= "3.5.2" }
+
"ppx_deriving_yojson" { with-test & >= "3.5.2" & < "3.8.0" }
"ppx_here" { with-test & >= "v0.13.0" }
"ppx_sexp_conv" { with-test & >= "v0.13.0" }
# "expect_test_helpers" { with-test & >= "v0.13.0" }
+36
packages/ppx_deriving_yojson/ppx_deriving_yojson.3.8.0/opam
···
+
opam-version: "2.0"
+
maintainer: "whitequark <whitequark@whitequark.org>"
+
authors: [ "whitequark <whitequark@whitequark.org>" ]
+
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.8.0/ppx_deriving_yojson-3.8.0.tbz"
+
checksum: [
+
"sha256=fdcbc548be418f061828664a1012ccba6cfba6a35578ea9cbf75fed498e0c2a1"
+
"sha512=2ce0aed3b1e7b444d368a4f7142da07aff328effcc017435ccd9d45cb518659c69a48b6c8699c800bdee02d65fcea9227f863b2340f7a4c1a5b579b8c5ba2a19"
+
]
+
}
+
x-commit-hash: "0644cd505cae97ddb4b2f701a19657fe76cc4a33"
+1 -1
packages/safemoney/safemoney.0.1.0/opam
···
"ppx_jane"
"ppx_deriving"
"ppx_yojson_conv"
-
"ppx_deriving_yojson"
+
"ppx_deriving_yojson" {< "3.8.0"}
"odoc" {with-doc}
]
build: [
+1 -1
packages/safemoney/safemoney.0.1.1/opam
···
"ppx_jane" {>= "v0.16.0"}
"ppx_deriving"
"ppx_yojson_conv"
-
"ppx_deriving_yojson"
+
"ppx_deriving_yojson" {< "3.8.0"}
"odoc" {with-doc}
]
build: [