Skip to content

Commit 75c53f6

Browse files
committed
Package ppx_deriving_yojson.3.7.0
1 parent 297366c commit 75c53f6

File tree

1 file changed

+34
-0
lines changed
  • packages/ppx_deriving_yojson/ppx_deriving_yojson.3.7.0

1 file changed

+34
-0
lines changed
Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
opam-version: "2.0"
2+
synopsis: "JSON codec generator for OCaml"
3+
description: """\
4+
ppx_deriving_yojson is a ppx_deriving plugin that provides
5+
a JSON codec generator."""
6+
maintainer: "whitequark <[email protected]>"
7+
authors: "whitequark <[email protected]>"
8+
license: "MIT"
9+
tags: ["syntax" "json"]
10+
homepage: "https://github.com/ocaml-ppx/ppx_deriving_yojson"
11+
bug-reports: "https://github.com/ocaml-ppx/ppx_deriving_yojson/issues"
12+
depends: [
13+
"ocaml" {>= "4.05.0"}
14+
"dune" {>= "1.0"}
15+
"yojson" {>= "1.6.0" & < "2.0.0"}
16+
"result"
17+
"ppx_deriving" {>= "5.1"}
18+
"ppxlib" {>= "0.26.0"}
19+
"ounit2" {with-test}
20+
]
21+
build: [
22+
["dune" "subst"] {dev}
23+
["dune" "build" "-p" name "-j" jobs]
24+
["dune" "runtest" "-p" name "-j" jobs] {with-test}
25+
]
26+
dev-repo: "git+https://github.com/ocaml-ppx/ppx_deriving_yojson.git"
27+
url {
28+
src:
29+
"https://github.com/ocaml-ppx/ppx_deriving_yojson/releases/download/v3.7.0/ppx_deriving_yojson-3.7.0.tar.gz"
30+
checksum: [
31+
"md5=456be82acb16bbf6be12ab01f9dfaa94"
32+
"sha512=6aa8b3a6e60afd1ce68995bad6776c975b3640303b2049233e661c46300abea1f48916d4e876412de49f35744f31b99c29736e2bb974e1b4a494b0932bbd6e80"
33+
]
34+
}

0 commit comments

Comments
 (0)