version = "6.2.0"
description = ""
requires(ppx_driver) = "ppxlib ppxlib.ast sexplib"
archive(ppx_driver,byte) = "ppx_cstruct.cma"
archive(ppx_driver,native) = "ppx_cstruct.cmxa"
plugin(ppx_driver,byte) = "ppx_cstruct.cma"
plugin(ppx_driver,native) = "ppx_cstruct.cmxs"
# This is what dune uses to find out the runtime dependencies of
# a preprocessor
ppx_runtime_deps = "cstruct"
# This line makes things transparent for people mixing preprocessors
# and normal dependencies
requires(-ppx_driver) = "cstruct"
ppx(-ppx_driver,-custom_ppx) = "./ppx.exe --as-ppx"
library_kind = "ppx_rewriter"