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: [ 9 ["wayland-scanner" "--version"] 10 ["pkg-config" "--exists" "wayland-client"] 11] 12depends: [ 13 "conf-pkg-config" {build} 14] 15depexts: [ 16 ["libwayland-dev"] {os-family = "debian" | os-family = "ubuntu"} 17 ["wayland-devel"] {os-family = "mandriva" | os-family = "openmandriva" | os-family = "mageia"} 18 ["wayland-devel"] {os-family = "fedora" | os-family = "rhel" | os-family = "centos"} 19 ["wayland-devel"] {os-family = "suse" | os-family = "opensuse" | os-family = "sles"} 20 ["wayland-dev"] {os-family = "alpine"} 21 ["wayland"] {os-family = "arch" | os-family = "archlinux"} 22 ["dev-libs/wayland" "dev-util/wayland-scanner"] {os-family = "gentoo"} 23 ["wayland"] {os-family = "bsd"} 24] 25synopsis: "Virtual package relying on libwayland" 26description: 27 "This package can only install if the wayland-scanner binary is installed on the system." 28flags: conf