this repo has no description
1opam-version: "2.0" 2maintainer: "https://github.com/ocaml/opam-repository/issues" 3homepage: "https://opus-codec.org/" 4bug-reports: "https://github.com/ocaml/opam-repository/issues" 5authors: "Xiph.Org Foundation" 6license: "BSD-3-Clause" 7build: ["pkg-config" "--exists" "opus"] 8depends: [ 9 "conf-pkg-config" {build} 10] 11depexts: [ 12 ["libopus-dev"] {os-family = "debian" | os-family = "ubuntu"} 13 ["opus-dev"] {os-family = "alpine"} 14 ["opus"] {os-family = "arch"} 15 ["libopus"] {os-distribution = "nixos"} 16 ["audio/opus"] {os = "freebsd"} 17 ["libopus-devel"] {os-family = "suse" | os-family = "opensuse"} 18 ["libopusenc"] {os = "macos" & os-distribution = "homebrew"} 19 ["opus-devel"] {os-distribution="centos" | os-family = "fedora"} 20 ["opus"] {os = "win32" & os-distribution = "cygwinports"} 21] 22synopsis: "Virtual package relying on libopus" 23description: 24 "This package can only install if the opus library is installed on the system." 25flags: conf