this repo has no description
1opam-version: "2.0" 2maintainer: "Florent Monnier https://github.com/fccm" 3authors: ["Laurent Gomila"] 4homepage: "http://sfml-dev.org/" 5license: "Zlib" 6build: [["pkg-config" "sfml-all"]] 7depexts: [ 8 ["libsfml-dev"] {os-family = "debian"} 9 ["libsfml-dev"] {os-family = "ubuntu"} 10 ["sfml"] {os-family = "arch"} 11 ["sfml-dev"] {os-family = "alpine"} 12 ["SFML-devel"] {os-distribution = "fedora"} 13 ["sfml2-devel"] {os-family = "suse" | os-family = "opensuse"} 14 ["libsfml-devel"] {os-distribution = "mageia"} 15 ["sfml"] {os = "macos" & os-distribution = "homebrew"} 16 ["sfml"] {os = "freebsd"} 17 ["sfml"] {os = "netbsd"} 18] 19synopsis: "Virtual package relying on a SFML2 system installation" 20description: 21 "This package can only install if libSFML2.X is installed on the system." 22depends: ["conf-pkg-config" {build}] 23bug-reports: "https://github.com/ocaml/opam-repository/issues" 24flags: conf