version = "0.8.0"
description = ""
requires(ppx_driver) = "ppx_repr.lib ppxlib ppxlib.ast"
archive(ppx_driver,byte) = "ppx_repr.cma"
archive(ppx_driver,native) = "ppx_repr.cmxa"
plugin(ppx_driver,byte) = "ppx_repr.cma"
plugin(ppx_driver,native) = "ppx_repr.cmxs"
# This is what dune uses to find out the runtime dependencies of
# a preprocessor
ppx_runtime_deps = "repr"
# This line makes things transparent for people mixing preprocessors
# and normal dependencies
requires(-ppx_driver) = "repr"
requires(-ppx_driver,-custom_ppx) += "ppx_deriving"
ppxopt(-ppx_driver,-custom_ppx) = "ppx_deriving,package:ppx_repr"
library_kind = "ppx_deriver"
package "lib" (
  directory = "lib"
  version = "0.8.0"
  description = ""
  requires = "fmt ppxlib ppxlib.ast"
  archive(byte) = "ppx_repr_lib.cma"
  archive(native) = "ppx_repr_lib.cmxa"
  plugin(byte) = "ppx_repr_lib.cma"
  plugin(native) = "ppx_repr_lib.cmxs"
)