repo/wayland/wayland
2021-12-10 08:39:15 +02:00
..
build wayland: 1.20.0 2021-12-10 08:39:15 +02:00
checksums wayland: 1.20.0 2021-12-10 08:39:15 +02:00
depends wayland: 1.19.0 2021-07-08 00:38:08 +03:00
README repo: check-in readmes 2021-08-26 07:22:10 +03:00
sources wayland: use VERSION 2021-07-15 09:48:31 +03:00
version wayland: 1.20.0 2021-12-10 08:39:15 +02:00

wayland
________________________________________________________________________________

Wayland is a communication protocol that specifies the communication between a
display server and its clients, as well as a C library implementation of that
protocol. A display server using the Wayland protocol is called a Wayland
compositor, because it additionally performs the task of a compositing window
manager. [0]

Upstream: https://wayland.freedesktop.org/


[000] Index
________________________________________________________________________________

* Installation ........................................................... [001]
* Usage .................................................................. [003]
* References ............................................................. [005]


[001] Installation
________________________________________________________________________________

+------------------------------------------------------------------------------+
|                                                                              |
|  $ kiss b wayland                                                            |
|                                                                              |
+------------------------------------------------------------------------------+


[002] Usage
________________________________________________________________________________

No documentation is currently provided with the package, refer to online
documentation for the time being.


[003] References
________________________________________________________________________________

[0] https://en.wikipedia.org/wiki/Wayland_(display_server_protocol)