cl-lparallel 20150923-1 source package in Ubuntu

Changelog

cl-lparallel (20150923-1) unstable; urgency=medium

  * Quicklisp release update.

 -- Dimitri Fontaine <email address hidden>  Mon, 02 Nov 2015 20:34:02 +0300

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

Builds

Xenial: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
cl-lparallel_20150923-1.dsc 1.8 KiB f49cc3264d35b1855fad50ac23735f97fe8f3c74e47d515079b0068cfcdcfcb5
cl-lparallel_20150923.orig.tar.gz 76.6 KiB deaf06f4796630c85fcc1fff3b9b715d674cc3ecb9ab742b0cca77132e4440ec
cl-lparallel_20150923-1.debian.tar.xz 2.3 KiB 7f882b9cb5351e87b84d22652240570c3a04e60e40839cc9be0cac112549af0a

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.