this repo has no description
1opam-version: "2.0"
2maintainer: "https://github.com/ocaml/opam-repository/issues"
3homepage: "http://mpg123.org/"
4bug-reports: "https://github.com/ocaml/opam-repository/issues"
5authors: "mpg123 dev team"
6license: "LGPL-2.1-only"
7build: ["pkg-config" "--exists" "libmpg123"]
8depends: [
9 "conf-pkg-config" {build}
10]
11depexts: [
12 ["libmpg123-dev"] {os-family = "debian"}
13 ["libmpg123-dev"] {os-family = "ubuntu"}
14 ["mpg123-devel"] {os-family = "fedora"}
15 ["mpg123-devel"] {os-family = "rhel"}
16 ["mpg123-devel"] {os-family = "centos"}
17 ["mpg123-devel"] {os-family = "suse" | os-family = "opensuse"}
18 ["mpg123-dev"] {os-family = "alpine"}
19 ["mpg123"] {os-family = "arch"}
20 ["mpg123"] {os = "freebsd"}
21 ["mpg123"] {os = "openbsd"}
22 ["mpg123"] {os = "netbsd"}
23 ["mpg123"] {os = "macos" & os-distribution = "homebrew"}
24 ["mpg123"] {os = "macos" & os-distribution = "macports"}
25]
26synopsis: "Virtual package relying on libmpg123"
27description:
28 "This package can only install if the libmpg123 library is installed on the system."
29flags: conf