cl-lparallel 20150608-1 source package in Ubuntu

Changelog

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

  * Quicklisp release update.

 -- Dimitri Fontaine <email address hidden>  Wed, 15 Jul 2015 16:45:28 +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

Wily: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
cl-lparallel_20150608-1.dsc 1.8 KiB d4132a9a48b4424f86edfbb2919eb0c1030b8161eb73d17e0aa301429b8a0404
cl-lparallel_20150608.orig.tar.gz 76.5 KiB cad1c233a0a5ebdfac148784376ff31017c2dae2ca9bbba15c9752f7e42dad85
cl-lparallel_20150608-1.debian.tar.xz 2.3 KiB 45250dfd19b43329ed1c15321ee5ad80b8d4adb5a4ef2dcc27fe9ae3654493cc

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.