opam-version: "2.0"
maintainer: "Nathan Rebours <nathan.p.rebours@gmail.com>"
homepage: "https://github.com/NathanReb/ppx_yojson"
bug-reports: "https://github.com/NathanReb/ppx_yojson/issues"
license: "BSD-2"
dev-repo: "git+https://github.com/NathanReb/ppx_yojson.git"
doc: "https://nathanreb.github.io/ppx_yojson/doc"
build: [
  [ "dune" "build" "-p" name "-j" jobs ]
  [ "dune" "runtest" "-p" name "-j" jobs ] {with-test & (ocaml:version < "4.08" | ppxlib:version >= "0.8.1")}
]
depends: [
  "dune" {>= "1.9.3"}
  "ocaml" {>= "4.04.2"}
  "ounit" {with-test & >= "2.0.0"}
  "ppxlib" {>= "0.3.0" & < "0.18.0"}
  "ppx_deriving" {with-test}
  "yojson" {>= "1.6.0" & with-test}
]
synopsis: "PPX extension for Yojson literals and patterns"
authors: "Nathan Rebours <nathan.p.rebours@gmail.com>"
url {
  src:
    "https://github.com/NathanReb/ppx_yojson/releases/download/1.0.0/ppx_yojson-1.0.0.tbz"
  checksum: [
    "sha256=de1d7738aaee71ad1fd735463739b6b2f1c86ec0385625c67f2f8fadff969d72"
    "sha512=b7109ed6e4f769cf944c0888108b91b806e2f2a6431b6db7dc489693a0fca51052f77ae0bca7f5312306bb2a6f00642431201faaf543cce71d4cd3899fae23ae"
  ]
}
