huangcm
2024-12-18 9d29be7f7249789d6ffd0440067187a9f040c2cd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
name: "wayland"
description:
    "Wayland is a protocol for a compositor to talk to its clients as well as a "
    "C library implementation of that protocol. The compositor can be a "
    "standalone display server running on Linux kernel modesetting and evdev "
    "input devices, an X application, or a wayland client itself. The clients "
    "can be traditional applications, X servers (rootless or fullscreen) or "
    "other display servers"
 
third_party {
  url {
    type: HOMEPAGE
    value: "https://wayland.freedesktop.org/"
  }
  url {
    type: GIT
    value: "https://cgit.freedesktop.org/wayland/wayland/"
  }
  version: "1.12.90"
  last_upgrade_date { year: 2017 month: 9 day: 29 }
  license_type: NOTICE
}