libhtml-fillinform-perl
module for populating HTML forms with data
HTML::FillInForm automatically inserts data from a previous HTML form into
the HTML input, textarea, radio buttons, checkboxes and select tags. It is a
subclass of HTML::Parser and uses it to parse the HTML and insert the values
into the form tags.
libnet-dict-perl
client API for accessing dictionary servers (RFC 2229)
Net::Dict is a perl module for looking up words and their definitions on
network dictionary servers. Net::Dict provides a simple DICT client API for
the network protocol described in RFC2229. This module allows connect with
DICT server, matching words and selecting databases.
libmojo-sqlite-perl
tiny Mojolicious wrapper for SQLite
Mojo::SQLite is a tiny wrapper around DBD::SQLite that makes SQLite a
lot of fun to use with the Mojolicious real-time web framework. Use
all SQL features SQLite has to offer, generate CRUD queries from data
structures, and manage your database schema with migrations.
librte-kvargs23
Data Plane Development Kit (librte-kvargs runtime library)
DPDK is a set of libraries for fast packet processing. Applications run
in user-space and communicate directly with dedicated network interfaces.
libx32asan8-i386-cross
AddressSanitizer -- a fast memory error detector (x32)
AddressSanitizer (ASan) is a fast memory error detector. It finds
use-after-free and {heap,stack,global}-buffer overflow bugs in C/C++ programs.
libx32atomic1-i386-cross
support library providing __atomic built-in functions (x32)
library providing __atomic built-in functions. When an atomic call cannot
be turned into lock-free instructions, GCC will make calls into this library.