this repo has no description
1opam-version: "2.0"
2maintainer: "blue-prawn"
3authors: ["Sam Lantinga"]
4homepage: "http://libsdl.org/"
5bug-reports: "https://github.com/ocaml/opam-repository/issues"
6license: "Zlib"
7build: [
8 "pkgconf" {os = "win32" & os-distribution != "cygwinports"}
9 "--personality=i686-w64-mingw32"
10 {os = "win32" & os-distribution != "cygwinports" &
11 host-arch-x86_32:installed}
12 "--personality=x86_64-w64-mingw32"
13 {os = "win32" & os-distribution != "cygwinports" &
14 host-arch-x86_64:installed}
15 "pkg-config" {os != "win32" | os-distribution != "cygwin"}
16 "sdl2"
17]
18depexts: [
19 ["sdl2-dev"] {os-distribution = "alpine"}
20 ["sdl2"] {os-distribution = "arch"}
21 ["libsdl2-dev"] {os-family = "debian"}
22 ["libsdl2-dev"] {os-family = "ubuntu"}
23 ["SDL2-devel"] {os-distribution = "fedora"}
24 ["SDL2-devel" "libwayland-egl" "adwaita-cursor-theme"] {os-distribution = "fedora" & (os-version = "37" | os-version = "36")}
25 ["epel-release" "SDL2-devel"] {os-distribution = "centos"}
26 ["SDL2-devel"] {os-distribution = "ol"}
27 ["sdl2"] {os = "freebsd"}
28 ["sdl2"] {os = "macos" & os-distribution = "homebrew"}
29 ["libsdl2-devel"] {os-distribution = "mageia"}
30 ["sdl2"] {os = "openbsd"}
31 ["libSDL2-devel"] {os-family = "suse" | os-family = "opensuse"}
32 ["SDL2"] {os = "win32" & os-distribution = "cygwinports"}
33 ["SDL2"] {os = "nixos"}
34]
35synopsis: "Virtual package relying on a SDL2 system installation"
36description:
37 "This package can only install if libSDL2 is installed on the system."
38depends: [
39 "conf-pkg-config" {build}
40 ("host-arch-x86_32" {os = "win32" & os-distribution != "cygwinports"} &
41 "conf-mingw-w64-sdl2-i686"
42 {os = "win32" & os-distribution != "cygwinports"} |
43 "host-arch-x86_64" {os = "win32" & os-distribution != "cygwinports"} &
44 "conf-mingw-w64-sdl2-x86_64"
45 {os = "win32" & os-distribution != "cygwinports"})
46]
47flags: conf