postgresql-15-postgis-3-scripts
Geographic objects support for PostgreSQL 15 -- 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".
postgresql-15-postgis-3
Geographic objects support for PostgreSQL 15
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".
libhiredis1.1.0
minimalistic C client library for Redis
Hiredis is a minimalistic C client library for the Redis database. It is
minimalistic because it just adds minimal support for the protocol, but
at the same time it uses an high level printf-alike API in order to make
it much higher level than otherwise suggested by its minimal code base
and the lack of explicit bindings for every Redis command.
libmeep-mpi-default28
library for using parallel (OpenMPI) version of meep
Meep is a free and open-source software package for electromagnetics
simulation via the finite-difference time-domain (FDTD) method.
simple-whip-client
simple GStreamer-based WHIP client
simple-whip-client is a WHIP client implementation,
using GStreamer.
node-v8-compile-cache
Leverage v8 compile cache to speedup loading of Node.js modules
V8 is the JavaScript Engine used by Node.js and Chromium; it uses just-in-time
compilation (JIT) to execute Javascript code, and code caching to lessen the
overhead to initially parse and compile a script.