this repo has no description

[new-release] ppx_deriving_yojson 3.8.0

Signed-off-by: Nathan Rebours <nathan.p.rebours@gmail.com>

Changed files
+34
packages
ppx_deriving_yojson
ppx_deriving_yojson.3.8.0
+34
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/archive/6f920f62f5fd826d71408350b5f4181bf3ab518d.tar.gz"
+
checksum: [
+
"sha256=571671408a6eff3fbcc101bbe418cff1fef8f18a39bd00ae9445c9e3d2e6127e"
+
"sha512=573647f6dbf2e4c086ae00f03c906ec983263421708a53a2ae6198c925a8dddae7e8ea06aa00fb6f301a9f7b5ee65573bc8975080aa9c5aa3fc00c21d5aa207e"
+
]
+
}