We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aae41b4 commit 8dd1432Copy full SHA for 8dd1432
packages/conf-sfml2/conf-sfml2.1/opam
@@ -6,7 +6,15 @@ license: "Zlib"
6
build: [["pkg-config" "sfml-all"]]
7
depexts: [
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"}
14
["libsfml-devel"] {os-distribution = "mageia"}
15
+ ["sfml"] {os = "macos" & os-distribution = "homebrew"}
16
+ ["sfml"] {os = "freebsd"}
17
+ ["sfml"] {os = "netbsd"}
18
]
19
synopsis: "Virtual package relying on a SFML2 system installation"
20
description:
0 commit comments