libworkflow0t64
Parallel computing and asynchronous web server engine
Workflow can be used as a scalable web server to handle a variety
of server workflows. It can be used to orchestrate complex
relationships between computing and networking. Workflow currently
supports protocols for HTTP, Redis, MySQL, and Kafka.
libsimdjson23
Parsing gigabytes of JSON per second (shared object)
JSON is everywhere on the Internet. Servers spend a *lot* of time parsing it.
We need a fresh approach. The simdjson library uses commonly available SIMD
instructions and microparallel algorithms to parse JSON 4x faster than
RapidJSON and 25x faster than JSON for Modern C++.
slm
school library management
SLM stands for "school library management". It provides a web service
useful for teams who lend school books to students. Here are some
features:
gamescope
Micro-compositor for game scaling
Gamescope wraps your games to give them scaling and fullscreen options. It
provides a Wayland compositor to your games, but gamescope runs under both
Wayland and X.org.
libatk1.0-0t64
ATK accessibility toolkit
ATK is a toolkit providing accessibility interfaces for applications or
other toolkits. By implementing these interfaces, those other toolkits or
applications can be used with tools such as screen readers, magnifiers, and
other alternative input devices.
libarchive13t64
Multi-format archive and compression library (shared library)
The libarchive library provides a flexible interface for reading and writing
archives in various formats such as tar and cpio. libarchive also supports
reading and writing archives compressed using various compression filters such
as gzip and bzip2. The library is inherently stream-oriented; readers serially
iterate through the archive, writers serially add things to the archive.