libhyprwire2 (0.2.1-1)
Published 2026-01-13 13:04:53 +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 libhyprwire2=0.2.1-1
Repository Info
Distributions |
ceres |
Components |
main |
Architectures |
amd64 |
About this package
Fast and consistent wire protocol for IPC -- binary 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 shared library needed for running applications which use this library.
Dependencies
| libc6 (>= 2.38) |
| libffi8 (>= 3.4) |
| libgcc-s1 (>= 4.3) |
| libhyprutils10 (>= 0.11.0) |
| libstdc++6 (>= 14) |