opam-version: "2.0"
synopsis: "Yaml PPX Deriver"
description: "Build Yaml types from OCaml types"
maintainer: ["pf341@patricoferris.com"]
authors: ["Patrick Ferris"]
license: "ISC"
homepage: "https://github.com/patricoferris/ppx_deriving_yaml"
bug-reports: "https://github.com/patricoferris/ppx_deriving_yaml/issues"
depends: [
  "dune" {>= "2.6"}
  "alcotest" {with-test}
  "bos" {with-test}
  "mdx" {with-test}
  "ezjsonm" {with-test}
  "ocaml" {>= "4.08.1"}
  "ppxlib" {>= "0.14.0"}
  "yaml"
  "rresult"
]
build: [
  ["dune" "subst"] {pinned}
  [
    "dune"
    "build"
    "-p"
    name
    "-j"
    jobs
    "@install"
    "@runtest" {with-test}
    "@doc" {with-doc}
  ]
]
dev-repo: "git+https://github.com/patricoferris/ppx_deriving_yaml.git"
x-commit-hash: "b60fb024736c5dffb7035d13ad0458545dabf1fc"
url {
  src:
    "https://github.com/patricoferris/ppx_deriving_yaml/releases/download/v0.1.0/ppx_deriving_yaml-v0.1.0.tbz"
  checksum: [
    "sha256=91da27503e18f1085548014069f2295c114f912e29492718c096da58c9ffea90"
    "sha512=18cf3f35934bd719a259fe6318aba094086005f13276806e69a8f904a52b8898d3a853d3fb541a15bef4ad4b1bf52696fb9157da75ca174f8bedb04e60dc9fba"
  ]
}
