account-plugin-fitbit

Allow Ubuntu to access FitBit data

libclassworlds-java

framework for container developers requiring manipulation of ClassLoaders

Classworlds is a framework for container developers who require complex manipulation of Java's ClassLoaders. Java's native ClassLoader mechanims and classes can cause many headaches and confusion for certain types of application developers. Projects which involve dynamic loading of components or otherwise represent a 'container' that can benefit from the classloading control provided by classworlds.

ghdl

VHDL compiler/simulator

GHDL is a compiler and simulator for VHDL, a Hardware Description Language. GHDL is not an interpreter: it allows you to analyse and elaborate sources to generate machine code from your design. Native program execution is the only way for high speed simulation.

libxml-filter-xslt-perl

Perl module for XSLT as a SAX Filter

The XML::Filter::XSLT module implements XSLT as a SAX Filter. At the moment it only uses XML::LibXSLT as an XSLT transformer, but hopefully others will be supported in the future (it's written with that in mind).

python-warlock

object model built on top of JSON schema - Python 2.7

With Warlock, you can build self-validating Python objects using JSON schemas. First, a schema describe the type of data, then after creating the object, Warlock checks that added or edited attributes correspond to the initial schema. If they don't, an exception is raised.

libsignatures-perl

Perl pragma for subroutine signatures

signatures is a Perl pragma that provides a simple and robust way to declare named parameters for your subroutines. It provides a syntax similar to Perl function prototypes (see perlsub) and is robust since it does this without using source filters. It also provides a way to combine these signatures with normal Perl prototypes.