python-pyparsing
alternative to creating and executing simple grammars - Python 2.7
The parsing module is an alternative approach to creating and
executing simple grammars, vs. the traditional lex/yacc approach, or
the use of regular expressions. The parsing module provides a
library of classes that client code uses to construct the grammar
directly in Python code.
libautodie-perl
Perl pragma to make certain failures fatal
autodie is a Perl pragma that changes the behaviour of many built-in functions
so that exceptions are thrown on failure rather than simply returning a false
value. It understands lexical scope, meaning functions and subroutines altered
with this module will only have this behaviour until the end of the enclosing
eval, file or block, so it is useful when some code is out of your control.
oxideqt-dbg
Web browser engine library for Qt (Debug symbols)
libmx-bin
toolkit for the Moblin user experience (utilities)
The MX toolkit is a GUI toolkit library, using Clutter and is optimized
for the Moblin user experience. It consists of various classes useful for
building UIs such as Buttons, Tooltips, Scrollbars and others. It also
supports styling through CSS stylesheets.
geeqie-dbg
debug symbols for Geeqie
apitrace-gl-frontend
tools for debugging OpenGL applications and drivers - tracing frontends