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.2"}
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]
17build: [
18 ["dune" "subst"] {dev}
19 [
20 "dune"
21 "build"
22 "-p"
23 name
24 "-j"
25 jobs
26 "@install"
27 "@runtest" {with-test}
28 "@doc" {with-doc}
29 ]
30]
31dev-repo: "git+https://github.com/NathanReb/ppx_yojson.git"
32url {
33 src:
34 "https://github.com/NathanReb/ppx_yojson/releases/download/1.2.0/ppx_yojson-1.2.0.tbz"
35 checksum: [
36 "sha256=d12b59c88b8866d38a40d0e3eb3465727db35a19b27fdea739e9875628a10651"
37 "sha512=d3ec6e18e60eff1c3a7fbbadb852fbe2953f26735034c8aea494a7f1af3620a8d3a05e38d8ad7427871451e439fa359e1b96cf7a3ff936071e91e48a9fa4831f"
38 ]
39}
40x-commit-hash: "fdbea680c877ce4afeff92fc018d75de26d672ad"