opam-version: "2.0"
maintainer: "Xavier Guérin <github@applepine.org>"
authors: "Xavier Guérin <github@applepine.org>"
homepage: "https://github.com/xguerin/ppx_hardcaml"
bug-reports: "https://github.com/xguerin/ppx_hardcaml/issues"
license: "ISC"
tags: "syntax"
dev-repo: "git+https://github.com/xguerin/ppx_hardcaml.git"
build: [
  ["jbuilder" "build" "-p" name "-j" jobs]
  ["jbuilder" "runtest"] {with-test}
]
depends: [
  "ocaml" {>= "4.03"}
  "ppx_tools_versioned"
  "jbuilder"
  "ounit" {with-test}
  "hardcaml" {>= "1.2.0" & < "2.0.0"}
]
synopsis: "PPX extension for HardCaml"
url {
  src: "https://github.com/xguerin/ppx_hardcaml/archive/v1.3.0.tar.gz"
  checksum: "md5=64b7729e2c824a9143e1ef00ba118baa"
}
