Source: nproc Section: ocaml Priority: optional Maintainer: Debian OCaml Maintainers Uploaders: Stéphane Glondu Build-Depends: debhelper (>= 9), ocaml-nox, liblwt-ocaml-dev, omake, ocaml-findlib, dh-ocaml Standards-Version: 3.9.6 Homepage: https://github.com/MyLifeLabs/nproc Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-ocaml-maint/packages/nproc.git Vcs-Git: git://anonscm.debian.org/pkg-ocaml-maint/packages/nproc.git Package: libnproc-ocaml-dev Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends}, ${ocaml:Depends} Provides: ${ocaml:Provides} Recommends: ocaml-findlib Description: process pool implementation for OCaml 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.