postgresql-17-pgauditlogtofile
PostgreSQL pgAudit Add-On to redirect audit logs
pgAudit Log to File is an addon to pgAudit than will redirect audit log lines
to an independent file, instead of using PostgreSQL server logger.
libnss-systemd
nss module providing dynamic user and group name resolution
nss-systemd is a plug-in module for the GNU Name Service Switch (NSS)
functionality of the GNU C Library (glibc), providing UNIX user and group name
resolution for dynamic users and groups allocated through the DynamicUser=
option in systemd unit files. See systemd.exec(5) for details on this
option.
libqcoro6quick0t64
C++20 coroutines for Qt6 - QtQuick
QCoro is a C++ library that provide set of tools to make use of C++20
coroutines in connection with certain asynchronous Qt6 actions.
libjavascriptcoregtk-4.0-18
JavaScript engine library from WebKitGTK
JavaScriptCore is the JavaScript engine used in WebKit. It consists
of the following building blocks: lexer, parser, start-up interpreter
(LLInt), baseline JIT, a low-latency optimizing JIT (DFG), and a
high-throughput optimizing JIT (FTL).
libtiledb2.7
Store and access very large multi-dimensional array data (runtime library)
TileDB allows you to store and access very large multi-dimensional array
data, the data currency of Data Science.
libexecs1
C library for commands execution
s2argv converts a command string into an argv array for execv, execvp,
execvpe. execs is like execv taking a string instead of an argv.
Similarly execsp and execspe are the counterpart of execvp and execvpe,
respectively, using command strings.
coprocv, coprocvp, coprocvpe, coprocs, coprocsp execute a command in
coprocessing mode.
The following functions all work without using a shell:
esystem, system_eexecsp execute a command with its arguments from a string.
popen_nosh, popen_execsp and pclose_nosh pipe stream to or from a process.
system_nosh executes a command with its arguments from a string.