Home | History | Annotate | Download | only in wayland
      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://cgit.freedesktop.org/wayland/wayland/"
     18   }
     19   version: "1.12.90"
     20   last_upgrade_date { year: 2017 month: 9 day: 29 }
     21   license_type: NOTICE
     22 }
     23