opam-version: "2.0"
synopsis:
  "Bindings for the soundtouch library which provides functions for changing pitch and timestretching audio data"
maintainer: ["The Savonet Team <savonet-users@lists.sourceforge.net>"]
authors: ["The Savonet Team <savonet-users@lists.sourceforge.net>"]
license: "LGPL-2.1"
homepage: "https://github.com/savonet/ocaml-soundtouch"
bug-reports: "https://github.com/savonet/ocaml-soundtouch/issues"
depends: [
  "ocaml"
  "dune" {>= "2.0"}
  "dune-configurator"
  "conf-soundtouch"
  "conf-pkg-config"
]
build: [
  ["dune" "subst"] {pinned}
  [
    "dune"
    "build"
    "-p"
    name
    "-j"
    jobs
    "@install"
    "@runtest" {with-test}
    "@doc" {with-doc}
  ]
]
dev-repo: "git+https://github.com/savonet/ocaml-soundtouch.git"
url {
  src: "https://github.com/savonet/ocaml-soundtouch/archive/v0.1.9.tar.gz"
  checksum: [
    "md5=bb457bc6a52619c720ab8c4a565f1bf7"
    "sha512=2e330a9218a81bff8dd1d5d8c9b1fb59d9b9adc2fcf1532d20396f8075888f948e310cef0343875e59adb9e0c5d74b38d5a55dae15e0517d3316d8e72cac15a0"
  ]
}
