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: ["wayland-scanner" "--version"]
depexts: [
  ["libwayland-dev"] {os-family = "debian"}
  ["wayland-devel"] {os-distribution = "fedora"}
  ["wayland-devel"] {os-distribution = "rhel"}
  ["wayland-devel"] {os-distribution = "centos"}
  ["wayland-devel"] {os-family = "suse"}
  ["wayland-dev"] {os-distribution = "alpine"}
  ["wayland"] {os-distribution = "arch"}
  ["wayland"] {os = "freebsd"}
]
synopsis: "Virtual package relying on libwayland"
description:
  "This package can only install if the wayland-scanner binary is installed on the system."
flags: conf
