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