libghc-stringsearch-prof

Fast searching, splitting and replacing of ByteStrings; profiling libraries

This package provides several functions to quickly search for substrings in strict or lazy ByteStrings. It also provides functions for breaking or splitting on substrings and replacing all occurrences of a substring (the first in case of overlaps) with another.

qtdeclarative5-ubuntu-webapps-api

Virtual Package depending on Unity Webapps QML Component

libjs-jquery-blockui

simulate synchronous behaviour using AJAX

The jQuery BlockUI Plugin simulates synchronous behavior when using AJAX, without locking the browser. When activated, it will prevent user activity with the page (or part of the page) until it is deactivated. BlockUI adds elements to the DOM to give it both the appearance and behavior of blocking user interaction.

python3-hacking

Flake8 OpenStack Hacking Guidelines Enforcement plugins - Python 3.x

Hacking is a set of flake8 plugins that test and enforce the OpenStack Style Commandments. It checks that your code matches the coding style which is mandatory for contributing to OpenStack.

libhash-merge-perl

Perl module for merging arbitrarily deep hashes into a single hash

Hash::Merge merges two arbitrarily deep hashes into a single hash. That is, at any level, it will add non-conflicting key-value pairs from one hash to the other, and follows a set of specific rules when there are key value conflicts (as outlined below). The hash is followed recursively, so that deeply nested hashes that are at the same level will be merged when the parent hashes are merged. Please note that self-referencing hashes, or recursive references, are not handled well by this method.