this repo has no description
1opam-version: "2.0"
2maintainer: "Tobias Mock <tobiasjammer@gmail.com>"
3bug-reports: "https://github.com/ocaml/opam-repository/issues"
4authors: ["X.Org Foundation"]
5homepage: "https://xorg.freedesktop.org"
6license: "MIT"
7build: [
8 ["pkg-config" "xcursor"]
9]
10depends: ["conf-pkg-config" {build}]
11depexts: [
12 ["libxcursor-dev"] {os-family = "debian" | os-family = "ubuntu"}
13 ["libXcursor-devel"] {os-family = "fedora" | os-family = "rhel" | os-family = "suse" | os-family = "opensuse"}
14 ["libxcursor-dev"] {os-distribution = "alpine"}
15 ["libxcursor"] {os-distribution = "arch"}
16 ["libXcursor"] {os-distribution = "freebsd"}
17 ["libxcursor"] {os = "macos" & os-distribution = "homebrew"}
18]
19synopsis: "Virtual package relying on an libXcursor system installation"
20description:
21 "This package can only install if libXcursor is installed on the system."
22flags: conf