this repo has no description
1opam-version: "2.0"
2maintainer: "https://github.com/ocaml/opam-repository/issues"
3homepage: "https://xkbcommon.org/"
4bug-reports: "https://github.com/ocaml/opam-repository/issues"
5authors: "Xkbcommon dev team"
6license: "MIT"
7build: ["pkg-config" "--exists" "xkbcommon"]
8depends: [
9 "conf-pkg-config" {build}
10]
11depexts: [
12 ["libxkbcommon-devel"] {os = "cygwin" | os-distribution = "cygwinports"}
13 ["libxkbcommon-dev"] {os-family = "debian" | os-family = "ubuntu"}
14 ["libxkbcommon-devel"] {os-family = "fedora" | os-family = "rhel" | os-family = "centos"}
15 ["libxkbcommon-devel"] {os-family = "mandriva" | os-family = "openmandriva" | os-family = "mageia"}
16 ["libxkbcommon-devel"] {os-family = "suse" | os-family = "opensuse" | os-family = "sles"}
17 ["libxkbcommon-dev"] {os-family = "alpine"}
18 ["libxkbcommon"] {os-family = "arch" | os-family = "archlinux"}
19 ["x11-libs/libxkbcommon"] {os-family = "gentoo"}
20 ["libxkbcommon"] {os = "freebsd" | os = "dragonfly" | os = "netbsd"}
21 ["xkbcommon"] {os = "openbsd"}
22 ["libxkbcommon"] {os = "macos" & os-distribution = "homebrew"}
23 ["libxkbcommon"] {os = "macos" & os-distribution = "macports"}
24]
25synopsis: "Virtual package relying on xkbcommon"
26description:
27 "This package can only install if the xkbcommon library is installed on the system."
28flags: conf