python3-flask-cache
Cache support for flask applications
python3-flask-oauthlib
OAuthlib support for Flask
php-illuminate-container
Illuminate Container library component for PHP
The Illuminate Container library component provides a dependency injection
container system for PHP applications. The service container is a powerful tool
for managing class dependencies and performing dependency injection.
tup
fast build system
Tup is a file-based build system for Linux, OSX, and Windows. It
takes as input a list of file changes and a directed acyclic graph
(DAG). It then processes the DAG to execute the appropriate commands
required to update dependent files. Updates are performed with very
little overhead since tup implements powerful build algorithms to
avoid doing unnecessary work. This means you can stay focused on your
project rather than on your build system.
php-react-child-process
Event-driven library for executing child processes with ReactPHP
This library integrates Program Execution with the EventLoop. Child
processes launched may be signaled and will emit an exit event upon
termination. Additionally, process I/O streams (i.e. STDIN, STDOUT,
STDERR) are exposed as Streams.