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