linux-libc-dev-mipsr6el-cross

Linux Kernel Headers for development (for cross-compiling)

This package provides headers from the Linux kernel. These headers are used by the installed headers for GNU glibc and other system libraries. They are NOT meant to be used to build third-party modules for your kernel. Use linux-headers-* packages for that.

libdevel-declare-perl

module to add new syntax to Perl

Devel::Declare can install subroutines called declarators which locally take over control of Perl's parser, allowing the creation of new syntax, including keywords and other constructs that might not be, in themselves, valid Perl 5 code.

libuber-pom-java

UberPom - merging maven pom hierarchy parameters

The Plugin just merging all pom.xml in project module hierarchy (or only defined depth of the hierarchy) and saves the generated uber-pom into defined place, then it saves link to the file into the current maven project model. It works on the VALIDATE phase. So the result packed artifact will have the uber-pom packed into the result archive.

python-unidecode

ASCII transliterations of Unicode text (Python module)

It often happens that you have text data in Unicode, but you need to represent it in ASCII for display. One could represent non-roman Unicode characters as "???" or "\\15BA\\15A0\\1610", but neither is useful to the user reading the text.

python-memprof

memory profiler for Python (Python 2)

python-memprof logs the memory used by variables during the execution of decorated methods. It creates a report in a text file and you can plot the result using "mp_plot".

node-oauth-sign

OAuth 1 signing module for Node.js

node-oauth-sign provides hmacsign and rfc3986 functions used to perform OAuth 1 signing.