nproc 0.5.1-3build8 source package in Ubuntu

Changelog

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

  * Rebuild against new OCAML ABI.

 -- Gianfranco Costamagna <email address hidden>  Sun, 27 Nov 2022 08:36:51 +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

Downloads

File Size SHA-256 Checksum
nproc_0.5.1.orig.tar.gz 9.6 KiB 6598fb738ea6916541f1aab0620b72896b268d9a9144a454fd4dd65d716e5770
nproc_0.5.1-3build8.debian.tar.xz 4.6 KiB cdc4f9e93b1b8bca68877c76aff7a50cd9647c55fb182580208940f319d816ad
nproc_0.5.1-3build8.dsc 2.0 KiB cb5553b41fa81ee0517cb44df12eeb7b5dfd9382cff0c8a7aa75d1c18d0b5400

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.