libstdc++-11-dev-riscv64-cross

GNU Standard C++ Library v3 (development files) (riscv64)

This package contains the headers and static library files necessary for building C++ programs which use libstdc++.

gtkgreet

GTK based greeter for greetd

gtkgreet is a GTK-based graphical user interface for the greetd program, written in C and GTK. For use with wlroots-based window managers like sway.

gtk4-layer-shell-examples

wayland layer shell protocol library (GTK4) -- examples

A library for using the Layer Shell Wayland protocol with GTK4. With this library you can build desktop shell components such as panels, notifications and wallpapers. It's compatible with C, C++ and any language that supports GObject introspection files (Python, Vala, etc).

postgresql-16-pgfaceting

Faceted query acceleration for PostgreSQL using roaring bitmaps

PostgreSQL extension to quickly calculate facet counts using inverted indexes built with roaring bitmaps. Requires pg_roaringbitmap to be installed.

gdc-12-mips-linux-gnu

GNU D compiler (version 2) (cross compiler for mips architecture)

This is the GNU D compiler, which compiles D on platforms supported by gcc. It uses the gcc backend to generate optimised code.

postgresql-16-hypopg

PostgreSQL extension adding support for hypothetical indexes.

An hypothetical, or virtual, index is an index that doesn't really exists, and thus doesn't cost CPU, disk or any resource to create. They're useful to know if specific indexes can increase performance for problematic queries, since you can know if PostgreSQL will use these indexes or not without having to spend resources to create them.