ming-fonts-opensymbol

Ming format Opensymbol Fonts

Ming is an SWF (Flash) file format output library. It is written in C, with wrappers for C++, Perl, Python, PHP and experimental support for Ruby and Java.

inetutils-tools

base networking utilities (experimental package)

Base utilities for network administration:
Sokoban game for KDE

ksokoban

Sokoban game for KDE

libsoundtouch-ocaml

OCaml bindings for the sound stretching library -- runtime files

Libsoundtouch is a library that can be used to change pitch and time of soundfiles independently. This package provides OCaml interface to the C library.

ldtp

Linux Desktop Testing Project (LDTP)

Linux Desktop Testing Project is aimed at producing high quality test automation framework and cutting-edge tools that can be used to test GNU/Linux Desktop and improve it. It uses the Accessibility libraries to poke through the applications user interface.

node-number-allocator

Unique number allocator for JavaScript

Unique number allocator maintains number intervals that are not in used. For an example, users can allocate an interval from 1 to 100. And if the user uses 6, the interval will split into two: 1 to 5 and 7 to 100. Unique number allocators will tell the users how many intervals we have right now. And what number is still vacant to use.