this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

conf-alsa: add FreeBSD support

+2 -3
+2 -3
packages/conf-alsa/conf-alsa.1/opam
··· 9 9 "conf-pkg-config" {build} 10 10 ] 11 11 depexts: [ 12 - ["alsa-lib"] {os-distribution = "nixos" | os-family = "arch"} 12 + ["alsa-lib"] {os-distribution = "nixos" | os-family = "arch" | os = "freebsd"} 13 13 ["alsa-lib-dev"] {os-distribution = "alpine"} 14 14 ["alsa-lib-devel"] {os-distribution = "centos" | os-distribution = "fedora" | os-family = "suse" | os-family = "opensuse" | os-distribution = "ol"} 15 15 ["libasound2-dev"] {os-family = "debian" | os-family = "ubuntu"} 16 - 17 16 ] 18 - available: [ os = "linux" ] 17 + available: [ os = "linux" | os = "freebsd" ] 19 18 synopsis: "Virtual package relying on alsa" 20 19 description: 21 20 "This package can only install if the alsa library is installed on the system."