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.1"} 10 "ocaml" {>= "4.04.2"} 11 "alcotest" {with-test} 12 "ppxlib" {>= "0.18.0"} 13 "ppxlib" {with-test & < "0.26.0"} 14 "yojson" {with-test & >= "1.6.0"} 15] 16build: [ 17 ["dune" "subst"] {dev} 18 [ 19 "dune" 20 "build" 21 "-p" 22 name 23 "-j" 24 jobs 25 "@install" 26 "@runtest" {with-test} 27 "@doc" {with-doc} 28 ] 29] 30dev-repo: "git+https://github.com/NathanReb/ppx_yojson.git" 31x-commit-hash: "c7e8b558b51bae2ec6d9c86b1dfba6410828715e" 32url { 33 src: 34 "https://github.com/NathanReb/ppx_yojson/releases/download/1.1.0/ppx_yojson-1.1.0.tbz" 35 checksum: [ 36 "sha256=cf33d358237bdddceec22bdb67cfc6d7a311bfcd18ec60b743426796bad92547" 37 "sha512=38414025ad0495fe5e6ac049e9b2a96c557bc358af556c56a41c8e8e2da4badc1f8db98257f2f435711089e4799f95de17de23264114dafc37a4162357f596c4" 38 ] 39}