version = "5.0.2"
description = ""
requires(ppx_driver) = "compiler-libs ppxlib ppxlib.ast 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"
library_kind = "ppx_rewriter"