this repo has no description
1opam-version: "2.0"
2maintainer: "Nathan Rebours <nathan.p.rebours@gmail.com>"
3homepage: "https://github.com/NathanReb/ppx_yojson"
4bug-reports: "https://github.com/NathanReb/ppx_yojson/issues"
5license: "BSD-2-Clause"
6dev-repo: "git+https://github.com/NathanReb/ppx_yojson.git"
7doc: "https://nathanreb.github.io/ppx_yojson/doc"
8build: [
9 [ "dune" "build" "-p" name "-j" jobs ]
10]
11run-test: [
12 [ "dune" "runtest" "-p" name "-j" jobs ]
13]
14depends: [
15 "dune"
16 "ocaml" {>= "4.04.2"}
17 "ounit" {with-test & >= "2.0.0"}
18 "ppxlib" {>= "0.3.0" & < "0.9.0"}
19 "ppx_deriving" {with-test}
20 "yojson" {with-test}
21]
22synopsis: "PPX extension for Yojson literals and patterns"
23authors: "Nathan Rebours <nathan.p.rebours@gmail.com>"
24url {
25 src:
26 "https://github.com/NathanReb/ppx_yojson/releases/download/0.2.0/ppx_yojson-0.2.0.tbz"
27 checksum: [
28 "sha256=0d8cc2c241224eb1772ffa72e4035e8a71b3a4cf76bf11dc6ec7d9f78bb1332f"
29 "md5=5f7525ef90823186e366616eaeb3f630"
30 ]
31}