version = "4.3.0"
description = ""
requires(ppx_driver) = "pgocaml ppxlib ppxlib.ast"
archive(ppx_driver,byte) = "pgocaml_ppx.cma"
archive(ppx_driver,native) = "pgocaml_ppx.cmxa"
plugin(ppx_driver,byte) = "pgocaml_ppx.cma"
plugin(ppx_driver,native) = "pgocaml_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"