opam-version: "2.0"
maintainer: "Florent Monnier https://github.com/fccm"
authors: ["Laurent Gomila"]
homepage: "http://sfml-dev.org/"
license: "Zlib"
build: [["pkg-config" "sfml-all"]]
depexts: [
  ["libsfml-dev"] {os-family = "debian"}
  ["libsfml-devel"] {os-distribution = "mageia"}
]
synopsis: "Virtual package relying on a SFML2 system installation"
description:
  "This package can only install if libSFML2.X is installed on the system."
depends: ["conf-pkg-config" {build}]
bug-reports: "https://github.com/ocaml/opam-repository/issues"
flags: conf
