libghc-infinite-list-prof
infinite lists; profiling libraries
Modern lightweight library for infinite lists with fusion.
libghc-mainland-pretty-prof
pretty printing designed for printing source code; profiling libraries
Pretty printing designed for printing source code based on
Wadler's paper /A Prettier Printer/. The main advantage of this
library is its ability to automatically track the source
locations associated with pretty printed values and output
appropriate #line pragmas and its ability to produce output
in the form of lazy text using a builder.
libghc-unicode-collation-prof
Haskell implementation of the Unicode Collation Algorithm; profiling libraries
This library provides a pure Haskell implementation of the Unicode Collation
Algorithm. It is not as fully-featured or as performant as @text-icu@, but it
avoids a dependency on a large C library. Locale-specific tailorings are also
provided.
sonnet6-plugins
spell checking library for Qt, plugins
Sonnet is a Qt based library that offers easy access to spell
checking using various plugin based backends. It is part of KDE
Frameworks 6.
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.
libmodule-extract-version-perl
module to extract a module version safely
The Module::Extract::VERSION module lets you pull out of module source code
the version number for the module. It assumes that there is only one $VERSION
in the file and the entire $VERSION statement is on the same line.