opam-version: "2.0" maintainer: "https://github.com/ocaml/opam-repository/issues" homepage: "https://wayland.freedesktop.org/" bug-reports: "https://github.com/ocaml/opam-repository/issues" authors: "Wayland dev team" license: "MIT" available: [ os != "macos" & os != "win32" & os != "cygwin" ] build: ["pkg-config" "--exists" "wayland-protocols"] depends: [ "conf-pkg-config" {build} ] depexts: [ ["wayland-protocols"] {os-family = "debian" | os-family = "ubuntu"} ["wayland-protocols-devel"] {os-family = "mandriva" | os-family = "openmandriva" | os-family = "mageia"} ["wayland-protocols-devel"] {os-family = "fedora" | os-family = "rhel" | os-family = "centos"} ["wayland-protocols-devel"] {os-family = "suse" | os-family = "opensuse" | os-family = "sles"} ["wayland-protocols"] {os-family = "alpine"} ["wayland-protocols"] {os-family = "arch" | os-family = "archlinux"} ["dev-libs/wayland-protocols"] {os-family = "gentoo"} ["wayland-protocols"] {os-family = "bsd"} ] synopsis: "Virtual package relying on wayland-protocols" description: "This package can only install if the wayland-protocols library is installed on the system." flags: conf