scrobble-cli
transitional dummy package
This is a transitional dummy package. It contains a compatibility symlink
of /usr/bin/scrobble-cli to /usr/bin/scrobbler. Once you've retrained your
fingers, you can safely remove this package.
libpath-class-perl
module for cross-platform path specification manipulation
Path::Class is a module for manipulation of file and directory specifications
(strings describing their locations; for example: '/home/ken/foo.txt') in a
cross-platform manner. It supports pretty much every platform Perl runs on,
including Unix, Windows, Mac, VMS, Epoc, Cygwin, OS/2 and NetWare.
ubuntu-html5-ui-toolkit-examples
Examples for Toolkit for Ubuntu HTML5 Apps
lib32stdc++-5-dev-ppc64-cross
GNU Standard C++ Library v3 (development files) (ppc64)
This package contains the headers and static library files necessary for
building C++ programs which use libstdc++.
libantlr3.2-gunit-java
Unit Test framework for ANTLR grammars
gUnit is a "Unit Test" framework for ANTLR grammars. It provides a simple
way to write and run automated tests for ANTLR grammars in a manner similar
to Java unit testing framework jUnit. The basic idea is to create a bunch of
input/output pairs for rules in a grammar and gUnit will verify the expected
output/result. The input can be a single line or multiple lines of strings or
even an external file. The output can be simply success or failure, an
abstract syntax tree (AST), a rule return value, or some text output which
could be a rule's template return value. The current version of gUnit has 2
main functions, interpreter and jUnit generator. The interpreter interprets
your gUnit script and runs unit tests using Java reflection to invoke methods
in your parser objects. The generator, on the other hand, translates your
gUnit script to jUnit Java code that you can compile and execute by hand.