version = "3.1.1"
description = ""
requires = "stdlib-shims str unix"
archive(byte) = "bitstring.cma"
archive(native) = "bitstring.cmxa"
plugin(byte) = "bitstring.cma"
plugin(native) = "bitstring.cmxs"
package "ppx" (
  directory = "ppx"
  version = "3.1.1"
  description = ""
  requires(ppx_driver) = "compiler-libs
                          ocaml-migrate-parsetree
                          ppx_tools_versioned
                          str"
  archive(ppx_driver,byte) = "ppx_bitstring.cma"
  archive(ppx_driver,native) = "ppx_bitstring.cmxa"
  plugin(ppx_driver,byte) = "ppx_bitstring.cma"
  plugin(ppx_driver,native) = "ppx_bitstring.cmxs"
  # This line makes things transparent for people mixing preprocessors
  # and normal dependencies
  requires(-ppx_driver) = ""
  ppx(-ppx_driver,-custom_ppx) = "./ppx.exe --as-ppx"
)
