libois-perl

Perl binding for the OIS C++ input framework

This is a Perl binding for OIS, Object-Oriented Input System, a crossplatform C++ input framework, found at <http://sourceforge.net/projects/wgois>. It is made so that Ogre (<https://metacpan.org/release/Ogre>) can be useful, but there might be uses outside of Ogre.

lwresd

Lightweight Resolver Daemon

lwresd is the daemon providing name lookup services to clients that use the BIND 9 lightweight resolver library. It is essentially a stripped- down, caching-only name server that answers queries using the BIND 9 lightweight resolver protocol rather than the DNS protocol.

gkrellm-reminder

useful reminder plugin for gkrellm

A useful reminder plugin for gkrellm that can remind you of important events. Events can be scheduled inside gkrellm's configuration and will be displayed in gkrellm-reminder's panel.

python3-pydecorate

Decorating PIL images with logos, texts, pallettes

Pydecorate is a package for decorating PIL images with logos, texts, and color scales.

librte-bus-dpaa21

Data Plane Development Kit (librte-bus-dpaa runtime library)

DPDK is a set of libraries for fast packet processing. Applications run in user-space and communicate directly with dedicated network interfaces.

libexporter-easy-perl

perl module to take the drudgery out of Exporting symbols

Exporter::Easy makes using Exporter easy. In it's simplest case it allows you to drop the boilerplate code that comes with using Exporter. In more complicated situations where you use tags to build lists and more tags, it will set @EXPORT, @EXPORT_OK, @EXPORT_FAIL and %EXPORT_TAGS in the current package, add Exporter to that package's @ISA and do a use vars on all the variables mentioned. The rest is handled as normal by Exporter.