nproc 0.5.1-2 source package in Ubuntu

Changelog

nproc (0.5.1-2) unstable; urgency=medium


  * debian/patches:
    - import bugfixes from upstream master branch

 -- Stéphane Glondu <email address hidden>  Thu, 19 Feb 2015 09:06:57 +0100

Upload details

Uploaded by:
Debian OCaml Maintainers
Uploaded to:
Sid
Original maintainer:
Debian OCaml Maintainers
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
nproc_0.5.1-2.dsc 1.9 KiB c52b9671ce7b23ead33e3ebf7b305fcd003f97f53ac6e14361c0e7622e05d065
nproc_0.5.1.orig.tar.gz 9.6 KiB 6598fb738ea6916541f1aab0620b72896b268d9a9144a454fd4dd65d716e5770
nproc_0.5.1-2.debian.tar.xz 4.2 KiB eb7700aeff3364f641767927ce2791294391ff0360fa51bf22b790a257df37de

Available diffs

No changes file available.

Binary packages built by this source

libnproc-ocaml-dev: 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.