Skip to content

Commit 7cef2ca

Browse files
authored
Merge pull request #26304 from NathanReb/release-ppx_deriving_yojson-v3.9.0
[new release] ppx_deriving_yojson (3.9.0)
2 parents cfdf839 + f1dcafd commit 7cef2ca

File tree

1 file changed

+36
-0
lines changed
  • packages/ppx_deriving_yojson/ppx_deriving_yojson.3.9.0

1 file changed

+36
-0
lines changed
Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
opam-version: "2.0"
2+
maintainer: "whitequark <[email protected]>"
3+
authors: [ "whitequark <[email protected]>" ]
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" {>= "5.1"}
19+
"ppxlib" {>= "0.30.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.9.0/ppx_deriving_yojson-3.9.0.tbz"
31+
checksum: [
32+
"sha256=6745f4f6615c918b0b00296161e0da20c1a6b2b8650bf1b7a5313f94171c4047"
33+
"sha512=c91a5ce823b1785d071358511b8851bb3ddd3a5cb1ee1e1d3fb95949c6a49d106398ea4bcc7ed9ebb338838ac6280d2128cb574e542c004e3787a0cfafce4a82"
34+
]
35+
}
36+
x-commit-hash: "ce33d1e55d526663ddc1f182fc7abda19bc12885"

0 commit comments

Comments
 (0)