(lang dune 3.21)
(name ppx_here)
(version v0.17.0)
(sections
 (lib /usr/lib/powerpc64-linux-gnu/ocaml/5.4.0/ppx_here)
 (libexec /usr/lib/powerpc64-linux-gnu/ocaml/5.4.0/ppx_here)
 (doc /usr/doc/ppx_here))
(files
 (lib
  (META
   dune-package
   expander/ppx_here_expander.cma
   expander/ppx_here_expander.cmi
   expander/ppx_here_expander.cmt
   expander/ppx_here_expander.cmti
   expander/ppx_here_expander.ml
   expander/ppx_here_expander.mli
   opam
   ppx_here.cma
   ppx_here.cmi
   ppx_here.cmt
   ppx_here.cmti
   ppx_here.ml
   ppx_here.mli
   runtime-lib/ppx_here_lib.cma
   runtime-lib/ppx_here_lib.cmi
   runtime-lib/ppx_here_lib.cmt
   runtime-lib/ppx_here_lib.cmti
   runtime-lib/ppx_here_lib.ml
   runtime-lib/ppx_here_lib.mli))
 (libexec (ppx.exe))
 (doc (CHANGES.md LICENSE.md README.md)))
(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
   (obj_name ppx_here)
   (visibility public)
   (source
    (path Ppx_here)
    (intf (path ppx_here.mli))
    (impl (path ppx_here.ml))))))
(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
   (obj_name ppx_here_expander)
   (visibility public)
   (source
    (path Ppx_here_expander)
    (intf (path expander/ppx_here_expander.mli))
    (impl (path expander/ppx_here_expander.ml))))))
(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
   (obj_name ppx_here_lib)
   (visibility public)
   (source
    (path Ppx_here_lib)
    (intf (path runtime-lib/ppx_here_lib.mli))
    (impl (path runtime-lib/ppx_here_lib.ml))))))
