libmoosex-xsaccessor-perl
use Class::XSAccessor to speed up Moose accessors
MooseX::XSAccessor accelerates
Moose-generated accessor, reader, writer and predicate methods
using Class::XSAccessor.
You get a speed-up for no extra effort.
It is automatically applied to every attribute in the class.
libtest-memorygrowth-perl
module to assert that code does not cause growth in memory usage
Test::MemoryGrowth provides a function to check that a given block of code
does not result in the process consuming extra memory once it has finished.
Despite the name of this module it does not, in the strictest sense of the
word, test for a memory leak: that term is specifically applied to cases
where memory has been allocated but all record of it has been lost, so it
cannot possibly be reclaimed. While the method employed by this module can
detect such bugs, it can also detect cases where memory is still referenced
and reachable, but the usage has grown more than would be expected or
necessary.
libwww-mechanize-perl
module to automate interaction with websites
WWW::Mechanize, or Mech for short, helps you automate interaction with
a website. It supports performing a sequence of page fetches including
following links and submitting forms. Each fetched page is parsed and
its links and forms are extracted. A link or a form can be selected, form
fields can be filled and the next page can be fetched. Mech also stores
a history of the URLs you've visited, which can be queried and revisited.
python3-networking-generic-switch
OpenStack virtual network service - networking-generic-switch
Neutron provides an API to dynamically request and configure virtual networks.
These networks connect "interfaces" from other OpenStack services (such as
vNICs from Nova VMs). The Neutron API supports extensions to provide advanced
network capabilities, including QoS, ACLs, and network monitoring.
ruby-kpeg
simple PEG library for Ruby
KPeg is a simple PEG (parsing expression grammar) library for Ruby. It
provides an API as well as native grammar to build the grammar. KPeg
strives to provide a simple, powerful API without being too exotic.
python3-ironic-neutron-agent
OpenStack virtual network service - Ironic agent Python 3.x library
Neutron provides an API to dynamically request and configure virtual networks.
These networks connect "interfaces" from other OpenStack services (such as
vNICs from Nova VMs). The Neutron API supports extensions to provide advanced
network capabilities, including QoS, ACLs, and network monitoring.