opam-version: "2.0"
maintainer: "https://github.com/ocaml/opam-repository/issues"
homepage: "http://www.libsdl.org/projects/SDL_image/release-1.2.html"
license: "LGPL-2.1-or-later"
build: [["pkg-config" "SDL_image"]]
depexts: [
  ["sdl_image-dev"] {os-distribution = "alpine"}
  ["libsdl-image1.2-dev"] {os-family = "debian"}
  ["libSDL_image-devel"] {os-distribution = "mageia"}
  ["sdl_image"] {os = "macos" & os-distribution = "homebrew"}
]
synopsis: "Virtual package relying on a sdl-image system installation"
description:
  "This package can only install if libsdl-image is installed on the system."
depends: ["conf-pkg-config" {build}]
bug-reports: "https://github.com/ocaml/opam-repository/issues"
authors: "Sam Lantinga"
flags: conf
