nproc 0.5.1-4 source package in Ubuntu

Changelog

nproc (0.5.1-4) unstable; urgency=medium

  [ Stéphane Glondu ]
  * Depend on ocaml instead of transitional ocaml-nox

  [ Debian Janitor ]
  * Update watch file format version to 4
  * Set upstream metadata fields: Repository-Browse
  * Update standards version to 4.6.1, no changes needed

 -- Stéphane Glondu <email address hidden>  Sat, 02 Sep 2023 10:01:39 +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
Mantic release universe misc

Downloads

File Size SHA-256 Checksum
nproc_0.5.1-4.dsc 1.7 KiB 6827c03bb4f102d51241cc65c52acf9f5e8067772a9789100d33cf276936bae3
nproc_0.5.1.orig.tar.gz 9.6 KiB 6598fb738ea6916541f1aab0620b72896b268d9a9144a454fd4dd65d716e5770
nproc_0.5.1-4.debian.tar.xz 4.4 KiB 72af2d3786b64234d381d508b333a438135b4d38e435f9c4a2602bc9ad7c1e71

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.