version = "v0.17.0"
description = ""
requires(ppx_driver) = "base
                        compiler-libs.common
                        ppx_compare.runtime-lib
                        ppx_enumerate.runtime-lib
                        ppx_hash.runtime-lib
                        ppx_sexp_conv.runtime-lib
                        ppxlib
                        ppxlib.ast
                        sexplib0"
archive(ppx_driver,byte) = "ppx_string.cma"
archive(ppx_driver,native) = "ppx_string.cmxa"
plugin(ppx_driver,byte) = "ppx_string.cma"
plugin(ppx_driver,native) = "ppx_string.cmxs"
# This is what dune uses to find out the runtime dependencies of
# a preprocessor
ppx_runtime_deps = "ppx_string.runtime"
# This line makes things transparent for people mixing preprocessors
# and normal dependencies
requires(-ppx_driver) = "ppx_string.runtime"
ppx(-ppx_driver,-custom_ppx) = "./ppx.exe --as-ppx"
library_kind = "ppx_rewriter"
package "runtime" (
  directory = "runtime"
  version = "v0.17.0"
  description = ""
  requires = ""
  archive(byte) = "ppx_string_runtime.cma"
  archive(native) = "ppx_string_runtime.cmxa"
  plugin(byte) = "ppx_string_runtime.cma"
  plugin(native) = "ppx_string_runtime.cmxs"
)