opam-version: "2.0"
maintainer: "Nathan Rebours <nathan.p.rebours@gmail.com>"
author: "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"}
  "yojson" {with-test}
]
description: """
PPX extension for Yojson literals and patterns
"""
url {
 src: "https://github.com/NathanReb/ppx_yojson/releases/download/0.1.0/ppx_yojson-0.1.0.tbz"
  checksum: "md5=39c9a36ad76a6d5ff657b8b290fb39c4"
}
