this repo has no description
1opam-version: "2.0"
2synopsis: "PPX extension for Yojson literals and patterns"
3maintainer: ["Nathan Rebours <nathan.p.rebours@gmail.com>"]
4authors: ["Nathan Rebours <nathan.p.rebours@gmail.com>"]
5license: "BSD-2-Clause"
6homepage: "https://github.com/NathanReb/ppx_yojson"
7bug-reports: "https://github.com/NathanReb/ppx_yojson/issues"
8depends: [
9 "dune" {>= "2.7"}
10 "ocaml" {>= "4.08"}
11 "alcotest" {with-test}
12 "ppxlib" {>= "0.18.0"}
13 "ppxlib" {with-test & >= "0.26.0"}
14 "ezjsonm" {with-test}
15 "yojson" {with-test & >= "1.6.0"}
16 "odoc" {with-doc}
17]
18build: [
19 ["dune" "subst"] {dev}
20 [
21 "dune"
22 "build"
23 "-p"
24 name
25 "-j"
26 jobs
27 "@install"
28 "@runtest" {with-test}
29 "@doc" {with-doc}
30 ]
31]
32dev-repo: "git+https://github.com/NathanReb/ppx_yojson.git"
33url {
34 src:
35 "https://github.com/NathanReb/ppx_yojson/releases/download/1.3.0/ppx_yojson-1.3.0.tbz"
36 checksum: [
37 "sha256=df1b4246969d6e1e2ff53c4c41a674c9653f214d93ad1421788ba55cf539266f"
38 "sha512=a4b5663ee2dec0c0fe0dc3e4f5ec59a1d23e057c1759c2433b45318c3a64f709e7e3ab91c98b9a4e1e5c9e3290a2772f5b7450ecf58f6280e52df033a60d877a"
39 ]
40}
41x-commit-hash: "af82d6016516fc5f9f57adf0ecf1c8a51b5f7f9c"