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 [ "dune" "runtest" "-p" name "-j" jobs ] {with-test & (ocaml:version < "4.08" | ppxlib:version >= "0.8.1")} 11] 12depends: [ 13 "dune" {>= "1.9.3"} 14 "ocaml" {>= "4.04.2"} 15 "ounit" {with-test & >= "2.0.0"} 16 "ppxlib" {>= "0.3.0" & < "0.18.0"} 17 "ppx_deriving" {with-test} 18 "yojson" {>= "1.6.0" & with-test} 19] 20synopsis: "PPX extension for Yojson literals and patterns" 21authors: "Nathan Rebours <nathan.p.rebours@gmail.com>" 22url { 23 src: 24 "https://github.com/NathanReb/ppx_yojson/releases/download/1.0.0/ppx_yojson-1.0.0.tbz" 25 checksum: [ 26 "sha256=de1d7738aaee71ad1fd735463739b6b2f1c86ec0385625c67f2f8fadff969d72" 27 "sha512=b7109ed6e4f769cf944c0888108b91b806e2f2a6431b6db7dc489693a0fca51052f77ae0bca7f5312306bb2a6f00642431201faaf543cce71d4cd3899fae23ae" 28 ] 29}