opam-version: "2.0"
maintainer: "Xavier Guérin <github@applepine.org>"
authors: "Xavier Guérin <github@applepine.org>"
homepage: "https://github.com/xguerin/ppx_bitstring"
dev-repo: "git+https://github.com/xguerin/ppx_bitstring.git"
bug-reports: "https://github.com/xguerin/ppx_bitstring/issues"
license: "BSD-3-Clause"
build: [
  [make]
]
depends: [
  "ocaml" {>= "4.03"}
  "bitstring" {build & < "3.0.0"}
  "core" {build & < "v0.15"}
  "ocamlbuild" {build}
  "ocamlfind" {build}
  "ppx_tools"
]
install: [make "PREFIX=%{prefix}%" "install"]
remove: ["ocamlfind" "remove" "ppx_bitstring"]
synopsis: "PPX extension for the bitstring library."
flags: light-uninstall
url {
  src: "https://github.com/xguerin/ppx_bitstring/archive/v1.1.0.tar.gz"
  checksum: "md5=a9f5cd73f5fc8ec702b9be4767f17563"
}
