python-futurist

useful additions to futures, from the future - Python 2.x

Code from the future, delivered to you in the now. For example: * A futurist.GreenThreadPoolExecutor using eventlet green thread pools. It provides a standard executor API/interface and it also gathers execution statistics. * A futurist.ProcessPoolExecutor derivative that gathers execution statistics. * A futurist.SynchronousExecutor that doesn’t run concurrently. It has the same executor API/interface and it also gathers execution statistics. * A futurist.ThreadPoolExecutor derivative that gathers execution statistics. * A futurist.periodics.PeriodicWorker that can use the previously mentioned executors to run asynchronous work periodically in parallel or synchronously. * etc.

gobjc-5

GNU Objective-C compiler

This is the GNU Objective-C compiler, which compiles Objective-C on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code.

python-easywebdav

straight-forward WebDAV client module (Python 2 interface)

EasyWebDAV is an easy to use WebDAV client implementation for Python. It features: - Basic authentication - Creating directories, removing directories and files - Uploading and downloading files - Directory listing - Support for client side SSL certificates

liblldb-3.7

Next generation, high-performance debugger, library

libghc-drbg-prof

Cryptographically secure RNGs; profiling libraries

This package contains a "Deterministic Rrandom Bit Generator" (aka RNG, PRNG) and HMACs, Hashes, and Ciphers based on it.

getdns-utils

modern asynchronous DNS API (utils)

getdns is a modern asynchronous DNS API. It implements DNS entry points from a design developed and vetted by application developers, in an API specification edited by Paul Hoffman. This API intends to offer application developers a modernized and flexible way to access DNS security (DNSSEC) and other powerful new DNS features; a particular hope is to inspire application developers towards innovative security solutions in their applications.