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

libevent-2.1-6

Asynchronous event notification library

Libevent is an asynchronous event notification library that provides a mechanism to execute a callback function when a specific event occurs on a file descriptor or after a timeout has been reached.

clang-format

Tool to format C/C++/Obj-C code

Clang-format is both a library and a stand-alone tool with the goal of automatically reformatting C++ sources files according to configurable style guides. To do so, clang-format uses Clang's Lexer to transform an input file into a token stream and then changes all the whitespace around those tokens. The goal is for clang-format to both serve both as a user tool (ideally with powerful IDE integrations) and part of other refactoring tools, e.g. to do a reformatting of all the lines changed during a renaming.

flightgear-data-all

FlightGear Flight Simulator - virtual package

FlightGear is a free and highly sophisticated flight simulator.

python3.5-minimal

Minimal subset of the Python language (version 3.5)

This package contains the interpreter and some essential modules. It can be used in the boot process for some basic tasks. See /usr/share/doc/python3.5-minimal/README.Debian for a list of the modules contained in this package.

fonts-taml

Meta package to install all Tamil fonts

This package allows you to install all available Tamil fonts in Debian.

python-pexpect

Python module for automating interactive applications

Pexpect is a pure Python module for spawning child applications; controlling them; and responding to expected patterns in their output. Pexpect works like Don Libes' Expect. Pexpect allows your script to spawn a child application and control it as if a human were typing commands.