cl-containers 20140211-1 source package in Ubuntu

Changelog

cl-containers (20140211-1) unstable; urgency=medium


  * Quicklisp release update.

 -- Dimitri Fontaine <email address hidden>  Mon, 04 Aug 2014 19:56:13 +0400

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

Vivid: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
cl-containers_20140211-1.dsc 1.9 KiB f9c4840981a6fa0d3869dc860221fcef992f176f18b9185468b083eac2a62baa
cl-containers_20140211.orig.tar.gz 223.8 KiB b4eea3b6c8b030f4a62577310e2e748edc234a8a9bf401269f194347e35bfe72
cl-containers_20140211-1.debian.tar.xz 2.8 KiB b047af44e3e29be3293539f6e9f6afca5381b6eb30adc627849432ba88c2540d

No changes file available.

Binary packages built by this source

cl-containers: Common Lisp containers data structures

 Common Lisp ships with a set of powerful built in data structures including
 the venerable list, full featured arrays, and hash-tables. CL-containers
 enhances and builds on these structures in two ways:
 .
 By adding containers that are not available in native Lisp (for example:
 binary search trees, red-black trees, sparse arrays and so on).
 .
 By providing a standard interface so that they are simpler to use and so
 that changing design decisions becomes significantly easier.