libhyprwire-dev (0.2.1-1)
Published 2026-01-13 13:05:02 +00:00 by cyteen
Installation
sudo curl -o /etc/apt/keyrings/gitea-cyteen.asc
echo "deb [signed-by=/etc/apt/keyrings/gitea-cyteen.asc] $distribution $component" | sudo tee -a /etc/apt/sources.list.d/gitea.list
sudo apt updateChoose $distribution and $component from the list below.
sudo apt install libhyprwire-dev=0.2.1-1
Repository Info
Distributions |
ceres |
Components |
main |
Architectures |
amd64 |
About this package
Fast and consistent wire protocol for IPC -- development files Hyprwire is a fast and consistent wire protocol, and its implementation. This is essentially a "method" for processes to talk to each other. It is heavily inspired by Wayland, and heavily anti-inspired by D-Bus. . Hyprwire is: - Strict: both sides need to be on the same page to communicate. No "random data" is allowed. - Fast: initial handshakes are very simple and allow for quick information exchange (including one-shot operations) - Simple to use: the API uses modern C++ and abstracts away any memory-sensitive operations - Simple internally: the protocol itself is simple and straightforward to parse / write your own implementation . This package contains the headers and other development support files needed for compiling and linking applications and libraries which use this library.
Dependencies
| libhyprwire2 (= 0.2.1-1) |