libqt6quicktemplates2-6

Qt 6 Quick Templates 2 library

Qt is a cross-platform C++ application framework. Qt's primary feature is its rich set of widgets that provide standard GUI functionality.

openqa-client

automatic Operating System testing framework (utilities)

This package includes scripts such as 'openqa-cli' and 'openqa-clone-job' to provide easy control of openQA servers, via the REST API, as well as commands useful when administering an OpenQA server.

libomnievents2t64

omniORB event service shared library

This package contains omniEvents shared library.

python3-bioframe

library to enable flexible, scalable operations on genomic interval dataframes

Building bioframe directly on top of pandas enables immediate access to a rich set of dataframe operations. Working in Python enables rapid visualization (e.g. matplotlib, seaborn) and iteration of genomic analyses.

postgresql-15-debversion

Debian version number type for PostgreSQL

Debian version numbers, used to version Debian binary and source packages, have a defined format, including specifications for how versions should be compared in order to sort them. This package implements a "debversion" type to represent Debian version numbers within the PostgreSQL database. This also includes operators for version comparison and index operator classes for creating indexes on the debversion type.

postgresql-15-hll

HyperLogLog extension for PostgreSQL

This PostgreSQL module introduces a new data type `hll` which is a HyperLogLog data structure. HyperLogLog is a fixed-size, set-like structure used for distinct value counting with tunable precision. For example, in 1280 bytes `hll` can estimate the count of tens of billions of distinct values with only a few percent error.