libgromacs9

GROMACS molecular dynamics sim, shared libraries

GROMACS is a versatile package to perform molecular dynamics, i.e. simulate the Newtonian equations of motion for systems with hundreds to millions of particles.

libcompress-raw-zlib-perl

low-level interface to zlib compression library

Compress::Raw::Zlib is a Perl module that provides low-level interface to the zlib compression library. It provides the core compression and decompression functionality useful for supporting other higher-level modules. Other modules provide support for file and stream compression.

libgnuradio-dab3.10.0

Shared library for gr-dab (DAB/DAB+ receiver)

Contains necessary DSP blocks for receiving DAB and DAB+ transmissions using a software defined radio such as hackrf, rtl-sdr, USRP etc.

libosmotrau10

GSM trau handling

This library implements the Transcoder and Rate Adaptation Unit (TRAU) for GSM systems. It is closely related to the libosmo-abis library.

libgtp10

library implementing the GTP protocol between SGSN and GGSN

OsmoGGSN is a Gateway GPRS Support Node (GGSN). It is used by mobile operators as the interface between the Internet and the rest of the mobile network infrastructure.

postgresql-16-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.