version = "v0.17.0"
description = ""
requires(ppx_driver) = "ppx_log.kernel"
archive(ppx_driver,byte) = "ppx_log.cma"
archive(ppx_driver,native) = "ppx_log.cmxa"
plugin(ppx_driver,byte) = "ppx_log.cma"
plugin(ppx_driver,native) = "ppx_log.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_log.syntax
                         ppx_log.types
                         ppx_sexp_conv.runtime-lib
                         ppx_string.runtime
                         sexplib0"
ppx(-ppx_driver,-custom_ppx) = "./ppx.exe --as-ppx"
library_kind = "ppx_rewriter"
package "kernel" (
  directory = "kernel"
  version = "v0.17.0"
  description = ""
  requires(ppx_driver) = "fieldslib
                          ppx_compare.runtime-lib
                          ppx_enumerate.runtime-lib
                          ppx_expect.config
                          ppx_expect.runtime
                          ppx_here.expander
                          ppx_here.runtime-lib
                          ppx_inline_test.config
                          ppx_inline_test.runtime-lib
                          ppx_sexp_conv.expander
                          ppx_sexp_conv.runtime-lib
                          ppx_sexp_message.expander
                          ppx_string
                          ppxlib
                          ppxlib.ast
                          sexplib0
                          stdio"
  archive(ppx_driver,byte) = "ppx_log_kernel.cma"
  archive(ppx_driver,native) = "ppx_log_kernel.cmxa"
  plugin(ppx_driver,byte) = "ppx_log_kernel.cma"
  plugin(ppx_driver,native) = "ppx_log_kernel.cmxs"
  # This is what dune uses to find out the runtime dependencies of
  # a preprocessor
  ppx_runtime_deps = "ppx_log.syntax ppx_log.types 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_log.syntax
                           ppx_log.types
                           ppx_sexp_conv.runtime-lib
                           ppx_string.runtime
                           sexplib0"
  ppx(-ppx_driver,-custom_ppx) = "./ppx.exe --as-ppx"
  library_kind = "ppx_rewriter"
)
package "syntax" (
  directory = "syntax"
  version = "v0.17.0"
  description = ""
  requires = "ppx_log.types"
  archive(byte) = "ppx_log_syntax.cma"
  archive(native) = "ppx_log_syntax.cmxa"
  plugin(byte) = "ppx_log_syntax.cma"
  plugin(native) = "ppx_log_syntax.cmxs"
)
package "types" (
  directory = "types"
  version = "v0.17.0"
  description = ""
  requires =
  "base
   fieldslib
   ppx_expect.config
   ppx_expect.runtime
   ppx_here.runtime-lib
   ppx_inline_test.config
   ppx_inline_test.runtime-lib
   ppx_sexp_conv.runtime-lib
   sexplib
   sexplib0
   stdio
   variantslib"
  archive(byte) = "ppx_log_types.cma"
  archive(native) = "ppx_log_types.cmxa"
  plugin(byte) = "ppx_log_types.cma"
  plugin(native) = "ppx_log_types.cmxs"
)