This is a staging site. Uploads will not persist. Testing only.

python-gpgme

python wrapper for the GPGME library

PyGPGME is a Python module that lets you sign, verify, encrypt and decrypt messages using the OpenPGP format. It is built on top of the GNU Privacy Guard and the GPGME library.
basic utilities from 4.4BSD-Lite

bsdutils

basic utilities from 4.4BSD-Lite

This package contains the bare minimum of BSD utilities needed for a Debian system: logger, renice, script, scriptlive, scriptreplay and wall. The remaining standard BSD utilities are provided by bsdextrautils.

mmc-utils

Userspace tools for MMC/SD devices

mmc-utils is a tool that supports the MMC device development of Linux kernel.

pyqt5-dev-tools

Development tools for PyQt5

This package contains various support tools for PyQt5 developers: * a user interface compiler (pyuic5) * a resource file generator (pyrcc5) * a translation string finder (pylupdate5)

collectd

statistics collection and monitoring daemon

collectd is a small daemon which collects system information periodically and provides mechanisms to monitor and store the values in a variety of ways. Since the daemon doesn't need to startup every time it wants to update the values it's very fast and easy on the system. Also, the statistics are very fine grained since the files are updated every 10 seconds by default.

memcached

High-performance in-memory object caching system

Danga Interactive developed memcached to enhance the speed of LiveJournal.com, a site which was already doing 20 million+ dynamic page views per day for 1 million users with a bunch of webservers and a bunch of database servers. memcached dropped the database load to almost nothing, yielding faster page load times for users, better resource utilization, and faster access to the databases on a memcache miss.