opam-version: "2.0"
maintainer: "https://github.com/ocaml/opam-repository/issues"
homepage: "http://mpg123.org/"
bug-reports: "https://github.com/ocaml/opam-repository/issues"
authors: "mpg123 dev team"
license: "LGPL-2.1"
build: ["pkg-config" "--exists" "libmpg123"]
depends: [
  "conf-pkg-config" {build}
]
depexts: [
  ["libmpg123-dev"] {os-family = "debian"}
  ["libmpg123-dev"] {os-family = "ubuntu"}
  ["mpg123-devel"] {os-family = "fedora"}
  ["mpg123-devel"] {os-family = "rhel"}
  ["mpg123-devel"] {os-family = "centos"}
  ["mpg123-devel"] {os-family = "suse"}
  ["mpg123-dev"] {os-family = "alpine"}
  ["mpg123"] {os-family = "arch"}
  ["mpg123"] {os = "freebsd"}
  ["mpg123"] {os = "openbsd"}
  ["mpg123"] {os = "netbsd"}
  ["mpg123"] {os = "macos" & os-distribution = "homebrew"}
  ["mpg123"] {os = "macos" & os-distribution = "macports"}
]
synopsis: "Virtual package relying on libmpg123"
description:
  "This package can only install if the libmpg123 library is installed on the system."
flags: conf
