python-psutil
module providing convenience functions for managing processes
psutil is a module providing an interface for retrieving information on
running processes and system utilization (CPU, memory) in a portable way
by using Python, implementing many functionalities offered by tools like
ps, top and Windows task manager.
libtemplate-plugin-posix-perl
Template Toolkit plugin to access Perl POSIX functions
Template::Plugin::POSIX provides a Template Toolkit plugin which enables
using any of Perl POSIX functions to help create content during template
processing.
ruby-rpatricia
efficient IPv4/IPv6 prefix storage and lookup for Ruby
rPatricia provides a Ruby library for efficient IPv4 and IPv6 address/prefix
storage and lookups. Internally it uses a Patricia trie (also known as radix
tree), a data structure commonly used for routing table lookups and supports
prefix insertion/removal and best/exact match lookups.
ruby-handlebars-assets
compile Handlebars templates in the Rails asset pipeline
Give your Handlebars templates their own files (including partials) and
have them compiled, compressed, and cached as part of the Rails 3.1 asset
pipeline!
libhtml-element-extended-perl
extended HTML::Element classes
This package extends the functionality of HTML::Element, a Perl module
that represents and manipulates HTML documents as tree structures. It
provides additional classes that enhance HTML::Element, particularly for
handling HTML tables and other structured content. These enhancements
simplify working with HTML trees in Perl scripts and applications.
gccgo-10-powerpc64le-linux-gnu
GNU Go compiler
This is the GNU Go compiler, which compiles Go on platforms supported
by the gcc compiler. It uses the gcc backend to generate optimized code.