libsfml-window2.5
Simple and Fast Multimedia Library - Window part
SFML is a modern multimedia library offering a wide range of subsystems
useful to produce a multimedia app. It offers OpenGL integration for
Hardware accelerated Graphics, Windowing and Input support, Audio and
Network facilities and supports GNU/Linux, MS Windows and Mac OS X.
php-react-event-loop
ReactPHP's core reactor event loop for evented I/O
This library implements a central event loop for asynchronous
applications written in ReactPHP.
php-react-promise-timer
Trivial implementation of timeouts for promises on top of ReactPHP
The PromiseTimer can be used to set time limits on resolving promises
in ReactPHP applications. The timer can be used to cancel asynchronous
operations that take too long to complete.
ocaml-obuild
simple package build system for OCaml
A parallel, incremental and declarative build system for OCaml.
hspec-discover
Automatically discover and run Hspec tests
It is a useful convention to have one spec file for each source file. That way
it is straightforward to find the corresponding spec for a given piece of
code. But it requires error prone, and neither challenging nor interesting
boiler plate code. So it should be automated. Hspec provides a solution for
that. It makes creative use of GHC's support for custom preprocessors. The
developer only has to create a test driver that contains a single line.