opam-version: "2.0"
maintainer: "https://github.com/ocaml/opam-repository/issues"
homepage: "https://www.alsa-project.org/"
bug-reports: "https://github.com/ocaml/opam-repository/issues"
authors: "alsa dev team"
license: "LGPL-2.1-or-later"
build: ["pkg-config" "--exists" "alsa"]
depends: [
  "conf-pkg-config" {build}
]
depexts: [
  ["alsa-lib"] {os-distribution = "nixos" | os-family = "arch"}
  ["alsa-lib-dev"] {os-distribution = "alpine"}
  ["alsa-lib-devel"] {os-distribution = "centos" | os-distribution = "fedora" | os-family = "suse" | os-distribution = "oraclelinux"}
  ["libasound2-dev"] {os-family = "debian" | os-family = "ubuntu"}

]
available: [ os = "linux" ]
synopsis: "Virtual package relying on alsa"
description:
  "This package can only install if the alsa library is installed on the system."
flags: conf
