Version: 0.2.1r2 Upstream Author: Jackson Huff (me) URL: https://github.com/Slackadays/Clipboard License: GPLv3 Language: C++ (C++20) Clipboard is a tool that unifies terminal clipboard access across all platforms that support C++20, even those that lack a native clipboard system. In addition, Clipboard intends to improve the overall user experience of using utilities in the terminal. For systems with a native clipboard system, Clipboard supports X11, macOS, and Windows as of 0.2.1r2, and Wayland support is WIP. This should be fairly simple to package, as it has a hard constraint of no required dependencies, as well as being able to make full use of the C++20 standard. However, to support X11/Wayland, the Debian clipboard package can make libx11 and libwayland optional dependencies.