
Nproc is a process pool implementation for ocaml. a process pool is a fixed set of processes that perform arbitrary computations for a master process, in parallel and without blocking the master. master and workers communicate by message-passing. nproc relies on fork, pipes, marshal and lwt.
this package contains the development modules you need to use nproc in your programs.