(lang dune 2.9)
(name ppx_here)
(version v0.14.0)
(library
 (name ppx_here)
 (kind ppx_rewriter)
 (archives (byte ppx_here.cma) (native ppx_here.cmxa))
 (plugins (byte ppx_here.cma) (native ppx_here.cmxs))
 (native_archives ppx_here.a)
 (requires ppxlib.ast ppxlib ppx_here.expander)
 (main_module_name Ppx_here)
 (modes byte native)
 (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)
  (native expander/ppx_here_expander.cmxa))
 (plugins
  (byte expander/ppx_here_expander.cma)
  (native expander/ppx_here_expander.cmxs))
 (native_archives expander/ppx_here_expander.a)
 (requires base ppxlib.ast ppxlib)
 (ppx_runtime_deps ppx_here.runtime-lib)
 (main_module_name Ppx_here_expander)
 (modes byte native)
 (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)
  (native runtime-lib/ppx_here_lib.cmxa))
 (plugins
  (byte runtime-lib/ppx_here_lib.cma)
  (native runtime-lib/ppx_here_lib.cmxs))
 (native_archives runtime-lib/ppx_here_lib.a)
 (main_module_name Ppx_here_lib)
 (modes byte native)
 (modules
  (singleton
   (name Ppx_here_lib)
   (obj_name ppx_here_lib)
   (visibility public)
   (impl)
   (intf))))
