(lang dune 2.0)
(version 0.1.9)
(name soundtouch)
(source (github savonet/ocaml-soundtouch))
(license LGPL-2.1)
(authors "The Savonet Team <savonet-users@lists.sourceforge.net>")
(maintainers "The Savonet Team <savonet-users@lists.sourceforge.net>")

(generate_opam_files true)

(package
 (name soundtouch)
 (synopsis "Bindings for the soundtouch library which provides functions for changing pitch and timestretching audio data")
 (depends
  ocaml
  (dune (>= 2.0))
  dune-configurator
  conf-soundtouch
  conf-pkg-config)
)
