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-pulseaudio"
build: [
  ["./configure" "--prefix" prefix]
  [make]
]
install: [
  [make "install"]
]
remove: ["ocamlfind" "remove" "pulseaudio"]
depends: ["ocaml" "ocamlfind"]
depexts: [
  ["pulseaudio-dev"] {os-distribution = "alpine"}
  ["pulseaudio-libs-devel"] {os-distribution = "centos"}
  ["pulseaudio-libs-devel"] {os-distribution = "fedora"}
  ["pulseaudio-libs-devel"] {os-family = "suse"}
  ["pulseaudio"] {os = "macos" & os-distribution = "homebrew"}
  ["libpulse-dev"] {os-family = "debian"}
]
bug-reports: "https://github.com/savonet/ocaml-pulseaudio/issues"
dev-repo: "git+https://github.com/savonet/ocaml-pulseaudio.git"
synopsis: "Bindings to Pulseaudio client library"
flags: light-uninstall
url {
  src:
    "https://github.com/savonet/ocaml-pulseaudio/releases/download/0.1.3/ocaml-pulseaudio-0.1.3.tar.gz"
  checksum: "md5=bd04013ada1a6ed72e111e406befc709"
}
