libgensio6t64
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.
postgresql-client-17
front-end programs for PostgreSQL 17
This package contains client and administrative programs for
PostgreSQL: these are the interactive terminal client psql and
programs for creating and removing users and databases.
postgresql-plperl-17
PL/Perl procedural language for PostgreSQL 17
PL/Perl enables an SQL developer to write procedural language functions
for PostgreSQL 17 in Perl. You need this package if you have any
PostgreSQL 17 functions that use the languages plperl or plperlu.
postgresql-pltcl-17
PL/Tcl procedural language for PostgreSQL 17
PL/Tcl enables an SQL developer to write procedural language functions
for PostgreSQL 17 in Tcl. You need this package if you have any
PostgreSQL 17 functions that use the languages pltcl or pltclu.
luit
locale and ISO 2022 support for Unicode terminals
Luit is a filter that can be run between an arbitrary application and a
UTF-8 terminal emulator. It will convert application output from the
locale's encoding into UTF-8, and convert terminal input from UTF-8
into the locale's encoding.