libllvm18

Modular compiler and toolchain technologies, runtime library

LLVM is a collection of libraries and tools that make it easy to build compilers, optimizers, just-in-time code generators, and many other compiler-related programs.
image generator based on context-free grammars

contextfree

image generator based on context-free grammars

Context Free is a program that produces images based on context-free grammars. These grammars are sets of non-deterministic rules that determine what an image should look like. The resulting images often resemble a mix of spirograph drawings, fractals and abstract art.

earlyoom

Early OOM Daemon

Earlyoom is an userspace OOM-killer which can avoid the system to get into unresponsive state caused by swapping, which is most likely to occur when a large swap is present and memory is tight. It checks the amount of available memory and swap periodically, and when both are below a preconfigured value, it kills the largest process.

openrc

dependency based service manager (runlevel change mechanism)

OpenRC is a dependency based service manager. It provides support for System V init, for booting, changing runlevels, starting and stopping services, and shutting down.

libgssapi-krb5-2

MIT Kerberos runtime libraries - krb5 GSS-API Mechanism

Kerberos is a system for authenticating users and services on a network. Kerberos is a trusted third-party service. That means that there is a third party (the Kerberos server) that is trusted by all the entities on the network (users and services, usually called "principals").

python3-sphinx-code-tabs

Sphinx extension for selectable code block tabs

This is an extension for the Sphinx documentation system. It adds a `tabs` directive for creating a widget with multiple tabs, allowing the user to switch between them. The individual tabs can be code blocks or general content.