
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 all the development stuff you need to use ocaml-duppy in your programs.