cl-lparallel 20160825-1.1 source package in Ubuntu

Changelog

cl-lparallel (20160825-1.1) unstable; urgency=medium

  * Non maintainer upload by the Reproducible Builds team.
  * No source change upload to rebuild on buildd with .buildinfo files.

 -- Holger Levsen <email address hidden>  Tue, 05 Jan 2021 12:36:22 +0100

Upload details

Uploaded by:
dim
Uploaded to:
Sid
Original maintainer:
dim
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc
Noble release universe misc
Mantic release universe misc
Lunar release universe misc
Jammy release universe misc

Builds

Hirsute: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
cl-lparallel_20160825-1.1.dsc 1.8 KiB b52a81b8124c4065e04d92b5cd0ee8bca7e9e53e9846e2746c93864b2999e75e
cl-lparallel_20160825.orig.tar.gz 76.7 KiB 213bc89e6bbabe07fc3bcb21be1021b31f6f2ab1b7a2abb358a01ab9bee69c73
cl-lparallel_20160825-1.1.debian.tar.xz 2.5 KiB 9eef0897dfc11227d92ccea925232f0e2423abbb15ce0dec2a5eefb01c71843e

Available diffs

No changes file available.

Binary packages built by this source

cl-lparallel: parallel programming in Common Lisp

 lparallel is a library for parallel programming in Common Lisp, featuring a
 simple model of task submission with receiving queue, constructs for
 expressing fine-grained parallelism, asynchronous condition handling across
 thread boundaries, parallel versions of map, reduce, sort, remove, and many
 others promises, futures, and delayed evaluation constructs, computation
 trees for parallelizing interconnected tasks bounded and unbounded FIFO
 queues, high and low priority tasks, task killing by category and
 integrated timeouts.