(lang dune 3.20)
(name soundtouch)
(version 0.1.9)
(sections
 (lib /usr/lib/aarch64-linux-gnu/ocaml/5.4.0/soundtouch)
 (libexec /usr/lib/aarch64-linux-gnu/ocaml/5.4.0/soundtouch)
 (doc /usr/doc/soundtouch)
 (stublibs /usr/lib/aarch64-linux-gnu/ocaml/5.4.0/stublibs))
(files
 (lib
  (META
   dune-package
   libsoundtouch_stubs.a
   opam
   soundtouch.a
   soundtouch.cma
   soundtouch.cmi
   soundtouch.cmt
   soundtouch.cmti
   soundtouch.cmx
   soundtouch.cmxa
   soundtouch.ml
   soundtouch.mli))
 (libexec (soundtouch.cmxs))
 (doc (CHANGES README.md))
 (stublibs (dllsoundtouch_stubs.so)))
(library
 (name soundtouch)
 (kind normal)
 (synopsis "OCaml bindings for soundtouch")
 (archives (byte soundtouch.cma) (native soundtouch.cmxa))
 (plugins (byte soundtouch.cma) (native soundtouch.cmxs))
 (foreign_objects soundtouch_stubs.o)
 (foreign_archives (archives (for all) (files libsoundtouch_stubs.a)))
 (foreign_dll_files ../stublibs/dllsoundtouch_stubs.so)
 (native_archives soundtouch.a)
 (requires unix)
 (main_module_name Soundtouch)
 (modes byte native)
 (modules
  (singleton
   (obj_name soundtouch)
   (visibility public)
   (source
    (path Soundtouch)
    (intf (path soundtouch.mli))
    (impl (path soundtouch.ml))))))
