opam-version: "2.0"
maintainer: "https://github.com/ocaml/opam-repository/issues"
homepage: "http://www.libsdl.org/projects/SDL_mixer/"
license: "Zlib"
build: [["pkg-config" "SDL2_mixer"]]
depexts: [
  ["sdl2_mixer-dev"] {os-distribution = "alpine"}
  ["libsdl2-mixer-dev"] {os-family = "debian"}
  ["libsdl2_mixer-devel"] {os-distribution = "mageia"}
]
synopsis: "Virtual package relying on a sdl2-mixer system installation"
description:
  "This package can only install if libsdl2-mixer is installed on the system."
depends: ["conf-pkg-config" {build}]
bug-reports: "https://github.com/ocaml/opam-repository/issues"
authors: "Sam Lantinga"
flags: conf
