nproc 0.5.1-3build5 source package in Ubuntu

Changelog

nproc (0.5.1-3build5) jammy; urgency=medium

  * No-change rebuild for ocaml abi changes.

 -- Matthias Klose <email address hidden>  Wed, 26 Jan 2022 10:36:45 +0100

Upload details

Uploaded by:
Matthias Klose
Uploaded to:
Jammy
Original maintainer:
Ubuntu Developers
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.orig.tar.gz 9.6 KiB 6598fb738ea6916541f1aab0620b72896b268d9a9144a454fd4dd65d716e5770
nproc_0.5.1-3build5.debian.tar.xz 4.5 KiB 6f31175c287fc0f6bcfbe80f088e0bf9049e6081b3d9eee7a35cf060c190d841
nproc_0.5.1-3build5.dsc 2.0 KiB 94e27f7aa8dda6bb4d38d1c0672846531b96cf87de537be9dbb355f3d348d519

Available diffs

View changes file

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.