(lang dune 3.16)
(name xdg)
(sections
 (lib /opt/local/lib/ocaml/site-lib/xdg)
 (libexec /opt/local/lib/ocaml/site-lib/xdg)
 (doc /opt/local/share/doc/xdg)
 (stublibs /opt/local/lib/ocaml/site-lib/stublibs))
(files
 (lib
  (META
   dune-package
   libxdg_stubs.a
   opam
   xdg.a
   xdg.cma
   xdg.cmi
   xdg.cmt
   xdg.cmti
   xdg.cmx
   xdg.cmxa
   xdg.ml
   xdg.mli))
 (libexec (xdg.cmxs))
 (doc (CHANGES.md LICENSE.md README.md odoc-pages/index.mld))
 (stublibs (dllxdg_stubs.so)))
(library
 (name xdg)
 (kind normal)
 (synopsis "[Internal] XDG base directories specification implementation")
 (archives (byte xdg.cma) (native xdg.cmxa))
 (plugins (byte xdg.cma) (native xdg.cmxs))
 (foreign_objects xdg_stubs.o)
 (foreign_archives (archives (for all) (files libxdg_stubs.a)))
 (foreign_dll_files ../stublibs/dllxdg_stubs.so)
 (native_archives xdg.a)
 (main_module_name Xdg)
 (modes byte native)
 (modules
  (singleton
   (obj_name xdg)
   (visibility public)
   (source (path Xdg) (intf (path xdg.mli)) (impl (path xdg.ml))))))
