libghc-unicode-collation-prof

Haskell implementation of the Unicode Collation Algorithm; profiling libraries

This library provides a pure Haskell implementation of the Unicode Collation Algorithm. It is not as fully-featured or as performant as @text-icu@, but it avoids a dependency on a large C library. Locale-specific tailorings are also provided.

sonnet6-plugins

spell checking library for Qt, plugins

Sonnet is a Qt based library that offers easy access to spell checking using various plugin based backends. It is part of KDE Frameworks 6.

python3-networking-generic-switch

OpenStack virtual network service - networking-generic-switch

Neutron provides an API to dynamically request and configure virtual networks. These networks connect "interfaces" from other OpenStack services (such as vNICs from Nova VMs). The Neutron API supports extensions to provide advanced network capabilities, including QoS, ACLs, and network monitoring.

libmodule-extract-version-perl

module to extract a module version safely

The Module::Extract::VERSION module lets you pull out of module source code the version number for the module. It assumes that there is only one $VERSION in the file and the entire $VERSION statement is on the same line.

python3-crc

library and CLI to calculate and verify all kinds of CRC checksums

This package provides a library and CLI to calculate and verify all kinds of CRC checksums. The library includes a variety of common CRC configurations for convenience.

postgresql-17-pg-hint-plan

support for optimizer hints in PostgreSQL

PostgreSQL uses a cost-based optimizer that uses data statistics, not static rules. The planner (optimizer) estimates costs of each possible execution plans for a SQL statement, then executes the plan with the lowest cost. The planner does its best to select the best execution plan, but it is far from perfect, since it may not count some data properties, like correlation between columns.