lubuntu-artwork-13-04
artwork for Lubuntu - 13.04 version
strongswan-plugin-eap-simaka-reauth
strongSwan plugin for the EAP-SIM/AKA reauthentication database
libextractor-plugin-thumbnailgtk
extracts meta-data from files of arbitrary type (gdk pixbuf plugin)
GNU libextractor provides developers of file-sharing networks, file managers,
and WWW-indexing bots with a universal library to obtain meta-data about files.
libtest-module-used-perl
module for testing whether a module is used
Test::Module::Used is a Perl test module for determining whether a module is
really used (and vice versa) between lib/t and META.yml. It is useful for
detecting cases where dependencies are specified (possibly as a remnant of
older versions) but no longer needed, or where one forgets to declare them.
libclass-forward-perl
class dispatcher that handles namespaces like paths
Class::Forward is designed to simply return class names or dispatch method
calls using shorthand. It uses file-system path specification conventions to
match against class namespaces.
libtie-persistent-perl
tied interface to persistent file
Tie::Persistent makes working with persistent data real easy by using the tie
interface. It works by storing data contained in a variable into a file (not
unlike a database). The primary advantage is speed, as the whole datastructure
is kept in memory (which is also a limitation), and, of course, that you can
use arbitrary data structures inside the variable (unlike DB_File). Note that
it is most useful if the data structure fits into memory.