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 "yojson" {with-test} 20] 21description: """ 22PPX extension for Yojson literals and patterns 23""" 24url { 25 src: 26 "https://github.com/NathanReb/ppx_yojson/releases/download/0.1.0/ppx_yojson-0.1.0.tbz" 27 checksum: [ 28 "sha256=c1c4e07d81479fabfba79ef1816d06e48d93df5b613c4b036f9a464a2b9f826d" 29 "md5=39c9a36ad76a6d5ff657b8b290fb39c4" 30 ] 31} 32synopsis: "" 33authors: "Nathan Rebours <nathan.p.rebours@gmail.com>"