this repo has no description

Merge pull request #20816 from NathanReb/release-ppx_yojson-1.2.0

[new release] ppx_yojson (1.2.0)

Changed files
+39
packages
ppx_yojson
ppx_yojson.1.2.0
+39
packages/ppx_yojson/ppx_yojson.1.2.0/opam
···
+
opam-version: "2.0"
+
synopsis: "PPX extension for Yojson literals and patterns"
+
maintainer: ["Nathan Rebours <nathan.p.rebours@gmail.com>"]
+
authors: ["Nathan Rebours <nathan.p.rebours@gmail.com>"]
+
license: "BSD-2-Clause"
+
homepage: "https://github.com/NathanReb/ppx_yojson"
+
bug-reports: "https://github.com/NathanReb/ppx_yojson/issues"
+
depends: [
+
"dune" {>= "2.2"}
+
"ocaml" {>= "4.08"}
+
"alcotest" {with-test}
+
"ppxlib" {>= "0.18.0"}
+
"ezjsonm" {with-test}
+
"yojson" {with-test & >= "1.6.0"}
+
]
+
build: [
+
["dune" "subst"] {dev}
+
[
+
"dune"
+
"build"
+
"-p"
+
name
+
"-j"
+
jobs
+
"@install"
+
"@runtest" {with-test}
+
"@doc" {with-doc}
+
]
+
]
+
dev-repo: "git+https://github.com/NathanReb/ppx_yojson.git"
+
url {
+
src:
+
"https://github.com/NathanReb/ppx_yojson/releases/download/1.2.0/ppx_yojson-1.2.0.tbz"
+
checksum: [
+
"sha256=d12b59c88b8866d38a40d0e3eb3465727db35a19b27fdea739e9875628a10651"
+
"sha512=d3ec6e18e60eff1c3a7fbbadb852fbe2953f26735034c8aea494a7f1af3620a8d3a05e38d8ad7427871451e439fa359e1b96cf7a3ff936071e91e48a9fa4831f"
+
]
+
}
+
x-commit-hash: "fdbea680c877ce4afeff92fc018d75de26d672ad"