postgresql-15-periods
PERIODs and SYSTEM VERSIONING for PostgreSQL
This extension attempts to recreate the behavior defined in SQL:2016
(originally SQL:2011) around periods and tables with SYSTEM VERSIONING. The
idea is to figure out all the rules that PostgreSQL would like to adopt (there
are some details missing in the standard) and to allow earlier versions of
PostgreSQL to simulate the behavior once the feature is finally integrated.
postgresql-15-pgmp
arbitrary precision integers and rationals for PostgreSQL 15
pgmp is a PostgreSQL extension to add the GMP data types and functions
directly into the database.
gcc-13-powerpc64-linux-gnu
GNU C compiler for the powerpc64-linux-gnu architecture
This is the GNU C compiler for the powerpc64-linux-gnu architecture,
a fairly portable optimizing compiler for C.
python3-wilderness
Light wrapper around argparse for creating command line applications
Wilderness is a light wrapper around argparse for creating command line
applications with multiple subcommands, in the style of Git. Wilderness also
makes it easy to generate man pages for your application.
libsundials-nvecparallel-petsc6
PETSc vector operations library (SUNDIALS library)
This package provides implementations for all vector operations
defined by the generic NVECTOR module in the table of operations for
SUNDIALS (SUite of Nonlinear and DIfferential/ALgebraic equation
Solvers).
python3-websocketd
python module for creating a http server which uses WebSockets
This module uses the network module to create a server, and implements http(s)
and WebSockets over those connections. With only 6 lines of code you have a
working system. You only have to add what you want your server to do.