nproc 0.5.1-3build6 source package in Ubuntu

Changelog

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

  * No-change rebuild for ocaml abi changes.

 -- Matthias Klose <email address hidden>  Fri, 25 Feb 2022 16:20:43 +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
Jammy release universe misc

Downloads

File Size SHA-256 Checksum
nproc_0.5.1.orig.tar.gz 9.6 KiB 6598fb738ea6916541f1aab0620b72896b268d9a9144a454fd4dd65d716e5770
nproc_0.5.1-3build6.debian.tar.xz 4.5 KiB 24d52cbdb61a8a804190eedf48e1ee2ff6ce48cdf829d82407d04ef481c9b26c
nproc_0.5.1-3build6.dsc 2.0 KiB 3335d94c5988761284ef487ee2a1d63f6af41b578b7358b739880d99d7b7618d

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.