opam-version: "2.0"
maintainer: "Romain Beauxis <toots@rastageeks.org>"
authors: "The Savonet Team <savonet-users@lists.sourceforge.net>"
homepage: "https://github.com/savonet/ocaml-samplerate"
build: [
  ["./configure" "--prefix" prefix]
  [make]
]
install: [
  [make "install"]
]
remove: ["ocamlfind" "remove" "samplerate"]
depends: ["ocaml" "ocamlfind"]
depexts: [
  ["libsamplerate0-dev"] {os-family = "debian"}
  ["libsamplerate"] {os = "macos" & os-distribution = "homebrew"}
]
bug-reports: "https://github.com/savonet/ocaml-samplerate/issues"
dev-repo: "git+https://github.com/savonet/ocaml-samplerate.git"
synopsis:
  "Bindings for the samplerate library which provides functions for changing samplerate of audio data"
flags: light-uninstall
url {
  src:
    "https://github.com/savonet/ocaml-samplerate/releases/download/0.1.3/ocaml-samplerate-0.1.3.tar.gz"
  checksum: "md5=1e92e9afe344f1023eacbbb7f1357b1c"
}
