libextutils-parsexs-perl
utility to process Perl XS code into C code
ExtUtils::ParseXS is a Perl utility that provides a modular way of compiling
Perl XS code into appropriate C code by embedding the constructs necessary to
let C functions manipulate Perl values and creating the glue necessary to let
Perl access those functions.
compass-blend-modes-plugin
use standard color blending functions in Sass
CSS doesn't natively support color blending the way that GIMP does.
SCSS Blend Modes attempts to fake that by allowing you to blend a
foreground color with a background color in order to approximate color
blending. The process is not dynamic; you can't use it to blend a
color with an image.
dots
Braille typesetting program for GNOME
python-ropemode
ropemode, a helper for using rope refactoring library in IDE
This package includes common parts of ropemacs and ropevim.
libxml-descent-perl
Perl module for recursive descent XML parsing
The conventional models for parsing XML are either DOM (a data structure
representing the entire document tree is created) or SAX (callbacks are
issued for each element in the XML).
compass-sassy-maps-plugin
map helper functions for Sass maps
Compass is a CSS authoring framework which uses the Sass stylesheet
language to make writing stylesheets powerful and easy.