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.

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.

python3-sphinx-hoverxref

Sphinx extension to show tooltips with content embedded when hover a reference

sphinx-hoverxref is a Sphinx extension to show a floating window (tooltips or modal dialogues) on the cross references of the documentation embedding the content of the linked section on them. With sphinx-hoverxref, you don’t need to click a link to see what’s in there.