libswresample5

FFmpeg library for audio resampling, rematrixing etc. - runtime files

FFmpeg is the leading multimedia framework, able to decode, encode, transcode, mux, demux, stream, filter and play pretty much anything that humans and machines have created. It supports the most obscure ancient formats up to the cutting edge.

libguile-ssh14

guile bindings for libssh

Guile-SSH is a library that provides access to the SSH protocol for programs written in GNU Guile interpreter. It is built upon the libssh library.

python3-airtouch5py

client for the airtouch 5

This package provides a client for the airtouch 5.

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.

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.