python3-pytest-pretty

pytest plugin for printing summary data prettily

This is an opinionated pytest plugin to make output slightly easier to read and errors easy to find and fix.

libphobos2-ldc-shared110

LLVM D Compiler - Standard and runtime libraries

LDC is a portable compiler for the D programming language with modern optimization and code generation capabilities. It is based on the latest DMD frontend and uses LLVM as backend.

libplexus-xml-java

Plexus XML Utilities

This library is a collection of various utility classes to ease working with XML in Maven.

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.

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.

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.