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-Clause"
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 ]
]
run-test: [
  [ "dune" "runtest" "-p" name "-j" jobs ]
]
depends: [
  "dune"
  "ocaml" {>= "4.04.2"}
  "ounit" {with-test & >= "2.0.0"}
  "ppxlib" {>= "0.3.0" & < "0.9.0"}
  "ppx_deriving" {with-test}
  "yojson" {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/0.2.0/ppx_yojson-0.2.0.tbz"
  checksum: "md5=5f7525ef90823186e366616eaeb3f630"
}
