(lang dune 2.9)
(name ppx_here)
(version v0.14.0)
(library
 (name ppx_here)
 (kind ppx_rewriter)
 (archives (byte ppx_here.cma))
 (plugins (byte ppx_here.cma))
 (requires ppxlib.ast ppxlib ppx_here.expander)
 (main_module_name Ppx_here)
 (modes byte)
 (modules
  (singleton
   (name Ppx_here)
   (obj_name ppx_here)
   (visibility public)
   (impl)
   (intf))))
(library
 (name ppx_here.expander)
 (kind normal)
 (archives (byte expander/ppx_here_expander.cma))
 (plugins (byte expander/ppx_here_expander.cma))
 (requires base ppxlib.ast ppxlib)
 (ppx_runtime_deps ppx_here.runtime-lib)
 (main_module_name Ppx_here_expander)
 (modes byte)
 (modules
  (singleton
   (name Ppx_here_expander)
   (obj_name ppx_here_expander)
   (visibility public)
   (impl)
   (intf))))
(library
 (name ppx_here.runtime-lib)
 (kind normal)
 (archives (byte runtime-lib/ppx_here_lib.cma))
 (plugins (byte runtime-lib/ppx_here_lib.cma))
 (main_module_name Ppx_here_lib)
 (modes byte)
 (modules
  (singleton
   (name Ppx_here_lib)
   (obj_name ppx_here_lib)
   (visibility public)
   (impl)
   (intf))))
