opam-version: "2.0"
maintainer: "Xavier Guérin <ghub@applepine.org>"
authors: "Xavier Guérin <ghub@applepine.org>"
homepage: "https://github.com/xguerin/ppx_bitstring"
bug-reports: "https://github.com/xguerin/ppx_bitstring/issues"
license: "ISC"
dev-repo: "git+https://github.com/xguerin/ppx_bitstring.git"
build: ["jbuilder" "build" "-p" name "-j" jobs]
depends: [
  "ocaml" {>= "4.03.0"}
  "bitstring" {>= "2.1.0" & < "3.0.0"}
  "jbuilder"
  "ppx_tools_versioned"
  "ocaml-migrate-parsetree" {build & < "2.0.0"}
]
synopsis: "PPX extension for the bitstring library."
description: "PPX implementation of the original bitstring camlp4 extension."
url {
  src: "https://github.com/xguerin/ppx_bitstring/archive/v2.0.0.tar.gz"
  checksum: "md5=cad2e576f0953bfb976bc4b3f0305920"
}
