(lang dune 3.11)
(name taglib)
(version 0.3.10)
(sections
 (lib /usr/lib/ocaml/taglib)
 (libexec /usr/lib/ocaml/taglib)
 (doc /usr/doc/taglib)
 (stublibs /usr/lib/ocaml/stublibs))
(files
 (lib
  (META
   dune-package
   libtaglib_stubs.a
   opam
   taglib.a
   taglib.cma
   taglib.cmi
   taglib.cmt
   taglib.cmti
   taglib.cmx
   taglib.cmxa
   taglib.ml
   taglib.mli))
 (libexec (taglib.cmxs))
 (doc (CHANGES README.md))
 (stublibs (dlltaglib_stubs.so)))
(library
 (name taglib)
 (kind normal)
 (synopsis "OCaml bindings for taglib")
 (archives (byte taglib.cma) (native taglib.cmxa))
 (plugins (byte taglib.cma) (native taglib.cmxs))
 (foreign_objects taglib_stubs.o)
 (foreign_archives (archives (for all) (files libtaglib_stubs.a)))
 (foreign_dll_files ../stublibs/dlltaglib_stubs.so)
 (native_archives taglib.a)
 (requires unix)
 (main_module_name Taglib)
 (modes byte native)
 (modules
  (singleton
   (obj_name taglib)
   (visibility public)
   (source (path Taglib) (intf (path taglib.mli)) (impl (path taglib.ml))))))
