
Duppy is an event scheduler written for ocaml. it allows the user to execute tasks according to some events on unix sockets, or a given delay.
several threaded queues can proceed tasks in parallel. tasks are processed according to an abstract notion of priority.
this package contains only the shared runtime stub libraries.