libn32go22-mips64r6-cross
Runtime library for GNU Go applications (n32)
Library needed for GNU Go applications linked against the
shared library.
gir1.2-wp-0.5
GObject introspection files for WirePlumber
WirePlumber is a modular session / policy manager for PipeWire and a
GObject-based high-level library that wraps PipeWire's API, providing
convenience for writing the daemon's modules as well as external tools for
managing PipeWire.
libwireplumber-0.5-0
Shared libraries for WirePlumber
WirePlumber is a modular session / policy manager for PipeWire and a
GObject-based high-level library that wraps PipeWire's API, providing
convenience for writing the daemon's modules as well as external tools for
managing PipeWire.
python3-graph-tool
Efficient network analysis -- Python
graph-tool is an efficient Python module for manipulation and statistical
analysis of graphs (a.k.a. networks). Contrary to most other Python modules
with similar functionality, the core data structures and algorithms are
implemented in C++, making extensive use of template metaprogramming,
based heavily on the Boost Graph Library. This confers it a level of
performance that is comparable (both in memory usage and computation time)
to that of a pure C/C++ library.
jtreg6
Regression Test Harness for the OpenJDK platform
jtreg is the test harness used by the OpenJDK test framework.
This framework is intended primarily for regression tests.
It can also be used for unit tests, functional tests, and even simple product
tests -- in other words, just about any type of test except a conformance test,
which belong in a TCK.
postgresql-14-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.