libextutils-cbuilder-perl
module to compile and link C code for Perl modules
ExtUtils::CBuilder is a utility to portably build C code by invoking the
appropriate compilers and linkers. It provides a cross-platform way to build
Perl XS modules, which contain C code that needs to be built and dynamically
linked to Perl.
libfcgi-engine-perl
flexible engine for running FCGI-based applications
FCGI::Engine helps manage FCGI based web applications by providing a wrapper
which handles most of the low-level FCGI details for you. It can run FCGI
programs as simple scripts or as full standalone socket based servers who are
managed by FCGI::Engine::ProcManager.
libx11-guitest-perl
collection of functions for X11 GUI testing/interaction
The X11::GUITest module is intended to facilitate the testing of GUI
applications by means of user emulation. It can be used to test/interact
with GUI applications; which have been built upon the X library or
toolkits (i.e., GTK+, Xt, Qt, Motif, etc.) that "wrap" the X
library's functionality.
libx11-windowhierarchy-perl
Perl module for retrieving the current X11 window hierarchy
X11::WindowHierarchy provides a couple of helper functions based on
X11::Protocol for extracting the current window hierarchy. You can easily get
the whole window tree, or search for specific windows.
python3-socketpool
simple Python 3 socket pool
Socket pool is a simple socket pool that supports multiple factories and
backends. It can easily be used by gevent, eventlet or any other library.