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"
build: ["pkg-config" "--exists" "wayland-protocols"]
depends: [
  "conf-pkg-config" {build}
]
depexts: [
  ["wayland-protocols"] {os-family = "debian"}
  ["wayland-protocols-devel"] {os-distribution = "fedora"}
  ["wayland-protocols-devel"] {os-distribution = "rhel"}
  ["wayland-protocols-devel"] {os-distribution = "centos"}
  ["wayland-protocols-devel"] {os-family = "suse"}
  ["wayland-protocols"] {os-distribution = "alpine"}
  ["wayland-protocols"] {os-distribution = "arch"}
  ["wayland-protocols"] {os = "freebsd"}
]
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
