nproc 0.5.1-5 source package in Ubuntu

Changelog

nproc (0.5.1-5) unstable; urgency=medium

  * Fix compilation with OCaml 5.2.0 (Closes: #1073888)
  * Bump Standards-Version to 4.7.0

 -- Stéphane Glondu <email address hidden>  Sat, 10 Aug 2024 05:55:56 +0200

Upload details

Uploaded by:
Debian OCaml Maintainers
Uploaded to:
Sid
Original maintainer:
Debian OCaml Maintainers
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular proposed universe misc

Downloads

File Size SHA-256 Checksum
nproc_0.5.1-5.dsc 1.7 KiB 29f0534c50e29d6f2f9c54f8552fe6a031a4a9eb80ed7f78947fb88da2e244ae
nproc_0.5.1.orig.tar.gz 9.6 KiB 6598fb738ea6916541f1aab0620b72896b268d9a9144a454fd4dd65d716e5770
nproc_0.5.1-5.debian.tar.xz 4.8 KiB 4229d023a38eb22c9367cbf9a974329443329129bcad5f7d5def1fc6ba134e4c

No changes file available.

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.