(lang dune 2.9)
(name ppx_custom_printf)
(version v0.14.0)
(library
 (name ppx_custom_printf)
 (kind ppx_rewriter)
 (archives (byte ppx_custom_printf.cma) (native ppx_custom_printf.cmxa))
 (plugins (byte ppx_custom_printf.cma) (native ppx_custom_printf.cmxs))
 (native_archives ppx_custom_printf.a)
 (requires
  compiler-libs.common
  base
  ppxlib.ast
  ppxlib
  ppx_sexp_conv.expander
  ppxlib.metaquot_lifters)
 (main_module_name Ppx_custom_printf)
 (modes byte native)
 (modules
  (wrapped
   (main_module_name Ppx_custom_printf)
   (modules
    ((name Format_lifter)
     (obj_name ppx_custom_printf__Format_lifter)
     (visibility public)
     (impl))
    ((name Ppx_custom_printf)
     (obj_name ppx_custom_printf)
     (visibility public)
     (impl)
     (intf)))
   (alias_module
    (name Ppx_custom_printf__)
    (obj_name ppx_custom_printf__)
    (visibility public)
    (kind alias)
    (impl))
   (wrapped true))))
