python-farstream
Audio/Video communications framework: Python bindings
kimwitu
Compiler development tool, complementary to lex and yacc
Kimwitu (pronounced kee'mweetoo) is a system that supports
the construction of programs that use trees or terms as
their main data structure. It is a ‘meta-tool’ in the
development process of tools.
ulogd-pcap
transitional dummy package for ulogd2-pcap
twidge
Unix Command-Line Twitter and Identica Client
distcc-pump
pump mode for distcc a distributed compiler client and server
distcc is a program to distribute compilation of C or C++ code across
several machines on a network. distcc should always generate the same
results as a local compile, is simple to install and use, and is often
significantly faster than a local compile. distcc does not require all
machines to share a filesystem, have synchronized clocks, or to have
the same libraries or header files installed.
kimwitu++
A (syntax-)tree-handling tool (term processor)
Kimwitu++ is a system that supports the construction of programs that use
trees or terms as their main data structure. It allows you to define, store
and operate on trees with typed nodes. Each type of node has a specific number
of sons, and expects these sons to have specific types. The most popular
example of such trees are syntax trees.