opam-version: "2.0"
maintainer: "https://github.com/ocaml/opam-repository/issues"
homepage: "https://gitlab.freedesktop.org/pulseaudio/pulseaudio"
bug-reports: "https://github.com/ocaml/opam-repository/issues"
authors: "pulseaudio dev team"
license: "LGPL-2.1+"
build: ["sh" "-c" "pkg-config --exists libpulse && pkg-config --exists libpulse-simple"]
depends: [
  "conf-pkg-config" {build}
]
depexts: [
  ["pulseaudio-dev"] {os-distribution = "alpine"}
  ["pulseaudio-libs-devel"] {os-distribution = "centos" | os-distribution = "fedora" | os-family = "suse"}
  ["pulseaudio"] {os = "macos" & os-distribution = "homebrew"}
  ["pulseaudio"] {os = "freebsd" | os-family = "arch" | os-distribution = "nixos" | os-distribution = "oraclelinux"}
  ["libpulse-dev"] {os-family = "debian" | os-family = "ubunty"}
]
synopsis: "Virtual package relying on pulseaudio"
description:
  "This package can only install if the pulseaudio library is installed on the system."
flags: conf
