postgresql-9.6-ogr-fdw

PostgreSQL foreign data wrapper for OGR

ruby-sdl-dbg

Ruby/SDL interface for Ruby (debug symbols)

fcitx-table-arabic

Flexible Input Method Framework - Arabic table

Fcitx is a input method framework with extension support, which provides an interface for entering characters of different scripts in applications using a variety of mapping systems.

apt-transport-spacewalk

APT transport for communicating with Spacewalk servers

makes it possible to use 'deb spacewalk://your-spacewalk-server/XMLRPC channels: channel1 channel2' type lines in your sources.list. Also it provides the necessary hooks to update your sources.list automatically according to the settings on your Spacewalk server.

python-happybase

developer-friendly Python library to interact with Apache HBase

HappyBase is a developer-friendly Python library to interact with Apache HBase. * Documentation: http://happybase.readthedocs.org/ * HBase: http://hbase.apache.org/

libexternalsortinginjava-java

External-Memory Sorting in Java

This Java class enables sorting large file without first loading them into memory. It is using External Sorting by dividing the files into small blocks, sort each block in RAM, and then merge the result. Many database engines and the Unix sort command support external sorting. It is possible to sort in a non-lexicographic order.