version = "0.19.0"
description = ""
requires(ppx_driver) = "ppxlib ppxlib.ast xtmpl"
archive(ppx_driver,byte) = "xtmpl_ppx.cma"
archive(ppx_driver,native) = "xtmpl_ppx.cmxa"
plugin(ppx_driver,byte) = "xtmpl_ppx.cma"
plugin(ppx_driver,native) = "xtmpl_ppx.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"