nproc 0.5.1-4build2 source package in Ubuntu

Changelog

nproc (0.5.1-4build2) noble; urgency=medium

  * Rebuild against new OCAML ABIs.

 -- Gianfranco Costamagna <email address hidden>  Sat, 17 Feb 2024 01:18:50 +0100

Upload details

Uploaded by:
Gianfranco Costamagna
Uploaded to:
Noble
Original maintainer:
Debian OCaml Maintainers
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Noble release universe misc

Downloads

File Size SHA-256 Checksum
nproc_0.5.1.orig.tar.gz 9.6 KiB 6598fb738ea6916541f1aab0620b72896b268d9a9144a454fd4dd65d716e5770
nproc_0.5.1-4build2.debian.tar.xz 4.5 KiB 743c1981f3af79429e12aefea4436431b69d3406cbd2c8a0a77f0484151b2ac0
nproc_0.5.1-4build2.dsc 1.9 KiB 882dfb61d538c96e7a294da22d87d9abff825ad266ade7cd89b890407a4de58f

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.