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