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: "ISC"
build: [
  ["./configure" "--prefix" prefix]
  [make]
]
depends: [
  "ocaml" {>= "4.03"}
  "bitstring" {build & >= "2.1.0" & < "3.0.0"}
  "js-build-tools" {build}
  "oasis" {build & >= "0.4.8"}
  "ocamlbuild" {build}
  "ocamlfind" {build & >= "1.3.2"}
  "ounit" {build}
  "ppx_core" {build}
  "ppx_driver" {build & < "v0.9.0"}
  "ppx_tools"
]
synopsis: "PPX extension for the bitstring library."
url {
  src: "https://github.com/xguerin/ppx_bitstring/archive/v1.3.3.tar.gz"
  checksum: "md5=09555b27b31287f506e7a4cd9659b110"
}
