version = "v0.17.0"
description = ""
requires(ppx_driver) = "ppx_yojson_conv.expander ppxlib ppxlib.ast"
archive(ppx_driver,byte) = "ppx_yojson_conv.cma"
archive(ppx_driver,native) = "ppx_yojson_conv.cmxa"
plugin(ppx_driver,byte) = "ppx_yojson_conv.cma"
plugin(ppx_driver,native) = "ppx_yojson_conv.cmxs"
# This line makes things transparent for people mixing preprocessors
# and normal dependencies
requires(-ppx_driver) = "ppx_yojson_conv_lib"
requires(-ppx_driver,-custom_ppx) += "ppx_deriving"
ppxopt(-ppx_driver,-custom_ppx) = "ppx_deriving,package:ppx_yojson_conv"
library_kind = "ppx_deriver"
package "expander" (
  directory = "expander"
  version = "v0.17.0"
  description = "Expander for ppx_yojson_conv"
  requires = "base ppxlib ppxlib.ast"
  archive(byte) = "ppx_yojson_conv_expander.cma"
  archive(native) = "ppx_yojson_conv_expander.cmxa"
  plugin(byte) = "ppx_yojson_conv_expander.cma"
  plugin(native) = "ppx_yojson_conv_expander.cmxs"
  # This is what dune uses to find out the runtime dependencies of
  # a preprocessor
  ppx_runtime_deps = "ppx_yojson_conv_lib"
)