opam-version: "2.0"
synopsis: "PPX extension for Yojson literals and patterns"
maintainer: ["Nathan Rebours <nathan.p.rebours@gmail.com>"]
authors: ["Nathan Rebours <nathan.p.rebours@gmail.com>"]
license: "BSD-2"
homepage: "https://github.com/NathanReb/ppx_yojson"
bug-reports: "https://github.com/NathanReb/ppx_yojson/issues"
depends: [
  "dune" {>= "2.1"}
  "ocaml" {>= "4.04.2"}
  "alcotest" {with-test}
  "ppxlib" {>= "0.18.0"}
  "yojson" {with-test & >= "1.6.0"}
]
build: [
  ["dune" "subst"] {pinned}
  [
    "dune"
    "build"
    "-p"
    name
    "-j"
    jobs
    "@install"
    "@runtest" {with-test}
    "@doc" {with-doc}
  ]
]
dev-repo: "git+https://github.com/NathanReb/ppx_yojson.git"
x-commit-hash: "c7e8b558b51bae2ec6d9c86b1dfba6410828715e"
url {
  src:
    "https://github.com/NathanReb/ppx_yojson/releases/download/1.1.0/ppx_yojson-1.1.0.tbz"
  checksum: [
    "sha256=cf33d358237bdddceec22bdb67cfc6d7a311bfcd18ec60b743426796bad92547"
    "sha512=38414025ad0495fe5e6ac049e9b2a96c557bc358af556c56a41c8e8e2da4badc1f8db98257f2f435711089e4799f95de17de23264114dafc37a4162357f596c4"
  ]
}
