libsafec3t64

"safe" C libc extensions (Annex K)

This library implements controversial C11 Annex K (TR24731) extensions. They are most commonly known as _s variants implemented by MSVC, dubbed as "secure" to the point of MSVC-related linters claiming standard functions to be deprecated. However, they've been nearly-universally panned by other libc implementors, the most recent discussion about Annex K removal and/or deprecation being N1967. It is recommended to avoid using these functions -- they're either prone to misuse or merely inefficient (measuring a string's length multiple times being the most frequent case).

libparu1

unsymmetric multifrontal multithreaded sparse LU factorization

Suitesparse is a collection of libraries for computations involving sparse matrices.

postgresql-17-pgpool2

connection pool server and replication proxy for PostgreSQL - modules

pgpool-II is a middleware that works between PostgreSQL servers and a PostgreSQL database client. This package contains support modules for the PostgreSQL 17 server:

postgresql-17-ip4r

IPv4 and IPv6 types for PostgreSQL 17

This PostgreSQL module provides several data types which can contain single IPv4 or IPv6 addresses or a range of such addresses.

postgresql-17-jsquery

PostgreSQL JSON query language with GIN indexing support

JsQuery provides additional functionality for the PostgreSQL jsonb datatype, such as a simple and effective way to search in nested objects and arrays, and more comparison operators with index support. It does this by implementing a specialized search syntax, the @@ operator, and the jsquery type for search strings.

postgresql-17-pgq3

Generic queue for PostgreSQL

This extension provides generic queues for PostgreSQL.