libgensio6

abstract stream I/O (runtime files)

This library (pronounced gen'-see-oh) is used to abstract stream I/O like serial port, TCP, telnet, UDP, SSL, IPMI SOL etc and offers a framework for giving a consistent view of various stream (and packet) I/O types. You create a gensio object (or a gensio), and you can use that gensio without having to know too much about what is going on underneath. You can stack gensio on top of another one to add protocol funcionality. For instance, you can create a TCP gensio, stack SSL on top of that, and stack Telnet on top of that. It supports a number of network I/O and serial ports. Gensio can be used for sending and receiving ports, and it also supports establishing encrypted and authenticated connections.

libgeos3.10.2

Geometry engine for Geographic Information Systems - C++ Library

GEOS provides a spatial object model and fundamental geometric functions. It implements the geometry model defined in the OpenGIS Consortium Simple Features Specification for SQL. Functions provided include:

python3-django-cacheops

Django app adding automatic or manual queryset caching (Python3 version)

django-cacheops is a slick app that supports automatic or manual queryset caching and automatic granular event-driven invalidation.

postgresql-14-pg-checksums

Activate/deactivate/verify PostgreSQL data checksums

Data checksums allow the PostgreSQL database server to identify I/O failures when reading data from storage. The checksums stored in the page header of each data page are compared to the computed checksum of the read data.

python3-petsc4py-complex3.20

Python 3 bindings for PETSc 3.20 libraries (complex numbers)

PETSc is a suite of data structures and routines for the scalable (parallel) solution of scientific applications modeled by partial differential equations. It employs the MPI standard for all message-passing communication.

libgphobos5-mips-cross

Phobos D standard library (runtime library)

This is the Phobos standard library that comes with the D2 compiler.