nproc 0.5.1-3build10 source package in Ubuntu

Changelog

nproc (0.5.1-3build10) lunar; urgency=medium

  * Rebuild against new OCAML ABI.

 -- Gianfranco Costamagna <email address hidden>  Thu, 16 Feb 2023 23:54:21 +0100

Upload details

Uploaded by:
Gianfranco Costamagna
Uploaded to:
Lunar
Original maintainer:
Ubuntu Developers
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Lunar release universe misc

Downloads

File Size SHA-256 Checksum
nproc_0.5.1.orig.tar.gz 9.6 KiB 6598fb738ea6916541f1aab0620b72896b268d9a9144a454fd4dd65d716e5770
nproc_0.5.1-3build10.debian.tar.xz 4.6 KiB 08e665b14d25d4fc3685911d51f6a0074d94052bbcd5433a579abb70dc1ea3a8
nproc_0.5.1-3build10.dsc 2.0 KiB e394b85aa429c0f2d7c9950a2eba2c01c8ef4be3d83ed263ab0092eb8d8c7d34

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.