this repo has no description
1opam-version: "2.0"
2maintainer: "https://github.com/ocaml/opam-repository/issues"
3homepage: "https://www.alsa-project.org/"
4bug-reports: "https://github.com/ocaml/opam-repository/issues"
5authors: "alsa dev team"
6license: "LGPL-2.1-or-later"
7build: ["pkg-config" "--exists" "alsa"]
8depends: [
9 "conf-pkg-config" {build}
10]
11depexts: [
12 ["alsa-lib"] {os-distribution = "nixos" | os-family = "arch" | os = "freebsd"}
13 ["alsa-lib-dev"] {os-distribution = "alpine"}
14 ["alsa-lib-devel"] {os-distribution = "centos" | os-distribution = "fedora" | os-family = "suse" | os-family = "opensuse" | os-distribution = "ol"}
15 ["libasound2-dev"] {os-family = "debian" | os-family = "ubuntu"}
16]
17available: [ os = "linux" | os = "freebsd" ]
18synopsis: "Virtual package relying on alsa"
19description:
20 "This package can only install if the alsa library is installed on the system."
21flags: conf