this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Release ppx_deriving_yojson.3.10.0

*CHANGES*:

- Bump to ppxlib.0.36.0, 5.2 AST (#160, @patricoferris)
- Fix more `Poly_typ ([], ...)` nodes generation (#160, @NathanReb)

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

+36
+36
packages/ppx_deriving_yojson/ppx_deriving_yojson.3.10.0/opam
··· 1 + opam-version: "2.0" 2 + maintainer: "whitequark <whitequark@whitequark.org>" 3 + authors: [ "whitequark <whitequark@whitequark.org>" ] 4 + license: "MIT" 5 + homepage: "https://github.com/ocaml-ppx/ppx_deriving_yojson" 6 + bug-reports: "https://github.com/ocaml-ppx/ppx_deriving_yojson/issues" 7 + dev-repo: "git+https://github.com/ocaml-ppx/ppx_deriving_yojson.git" 8 + tags: [ "syntax" "json" ] 9 + build: [ 10 + ["dune" "subst"] {dev} 11 + ["dune" "build" "-p" name "-j" jobs] 12 + ["dune" "runtest" "-p" name "-j" jobs] {with-test} 13 + ] 14 + depends: [ 15 + "ocaml" {>= "4.05.0"} 16 + "dune" {>= "1.0"} 17 + "yojson" {>= "1.6.0"} 18 + "ppx_deriving" {>= "6.1"} 19 + "ppxlib" {>= "0.36.0"} 20 + "ounit2" {with-test} 21 + ] 22 + synopsis: 23 + "JSON codec generator for OCaml" 24 + description: """ 25 + ppx_deriving_yojson is a ppx_deriving plugin that provides 26 + a JSON codec generator. 27 + """ 28 + url { 29 + src: 30 + "https://github.com/ocaml-ppx/ppx_deriving_yojson/releases/download/v3.10.0/ppx_deriving_yojson-3.10.0.tbz" 31 + checksum: [ 32 + "sha256=ced3d265e4287f1f18b09df6446a24444fad52b2a3054cbcbe0c9494d0e89b3f" 33 + "sha512=038752a73690dc1b55031c119f57ee27fbee0d51a4a541d2f31ad1baf8b05637396c0b97a7dbfd77db600b689e90a62bfff7ca3fcf74545bd5b32dc3dabff511" 34 + ] 35 + } 36 + x-commit-hash: "89f6c1deb9e2daa4370e70bae11ba76b9ca19e98"