libmpich12

Shared libraries for MPICH

MPICH is a high-performance and widely portable implementation of the MPI-4.1 standard from the Argonne National Laboratory. It efficiently supports different computation and communication platforms including commodity clusters, SMPs, massively parallel systems, and high-speed networks. This release has all MPI 4.1 functions and features required by the standard with the exception of support for the "external32" portable I/O format and user-defined data representations for I/O.

libgnuradio-analog3.9.4

gnuradio analog functions

Library for handling analog signal processing functions. These functions are also in gnuradio-core. Part of the main gnuradio build.

postgresql-13-cron

Run periodic jobs in PostgreSQL

pg_cron is a simple cron-based job scheduler for PostgreSQL (9.5 or higher) that runs inside the database as an extension. It uses the same syntax as regular cron, but it allows you to schedule PostgreSQL commands directly from the database. pg_cron can run multiple jobs in parallel, but it runs at most one instance of a job at a time. If a second run is supposed to start before the first one finishes, then the second run is queued and started as soon as the first run completes.

postgresql-13-postgis-3-scripts

Geographic objects support for PostgreSQL 13 -- SQL scripts

PostGIS adds support for geographic objects to the PostgreSQL object-relational database. In effect, PostGIS "spatially enables" the PostgreSQL server, allowing it to be used as a backend spatial database for geographic information systems (GIS), much like ESRI's SDE or Oracle's Spatial extension. PostGIS follows the OpenGIS "Simple Features Specification for SQL".

tryton-modules-sale-price-list

Tryton application platform - sale price list module

Tryton is a high-level general purpose application platform. It is the base of a complete business solution as well as a comprehensive health and hospital information system (GNUHealth).

postgresql-13-plproxy

database partitioning system for PostgreSQL 13

PL/Proxy is a database partitioning system implemented as a PL language. Main idea is that proxy functions are created with same signature as the remote functions to be called, so only destination info needs to be specified inside proxy function bodies.