libdbix-profile-perl
DBI query profiler
DBIx::Profile is a quick and easy, and mostly transparent, profiler
for scripts using DBI. It collects information on the query
level, and keeps track of first, failed, normal, and total amounts
(count, wall clock, CPU time) for each function on the query.
rt4-clients
mail gateway and command-line interface to request-tracker4
Request Tracker (RT) is a ticketing system which
enables a group of people to intelligently and efficiently manage
tasks, issues, and requests submitted by a community of users. It
features web, email, and command-line interfaces (see the package
rt4-clients).
libdigidocpp0
BDoc C++ library for processing digital signatures
gccgo-13-multilib-powerpc64-linux-gnu
GNU Go compiler (multilib support) (cross compiler for ppc64 architecture)
This is the GNU Go compiler, which compiles Go on platforms supported
by the gcc compiler.
libdbix-class-tree-nestedset-perl
module to manage trees of data using the nested set model
The module DBIx::Class::Tree::NestedSet provides methods for working
with nested set trees.
The nested tree model is a way of representing hierarchical information
in a database. This takes a different approach to the Adjacency List
implementation.
libtie-cache-perl
module for LRU cache in memory
The module Tie::Cache module implements a least recently used (LRU) cache in
memory through a tie interface. Any time data is stored in the tied hash,
that key/value pair has an entry time associated with it, and as the cache
fills up, those members of the cache that are the oldest are removed to make
room for new entries.