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