cl-containers 20170403-1.1 source package in Ubuntu

Changelog

cl-containers (20170403-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>  Mon, 04 Jan 2021 17:38:54 +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-containers_20170403-1.1.dsc 1.9 KiB 570f3e499d5c287561c7ce20ad18a25f41a740d44cc7d43625461b5c91cef7b7
cl-containers_20170403.orig.tar.gz 223.9 KiB afafc5d18d07c783e37b1ad6ef29e8bc552292b4ddd5fd7544868cddcb5f9c72
cl-containers_20170403-1.1.debian.tar.xz 2.9 KiB 0693d5bedda8e67c44ff560141dd7393412b55cdf797133d07d017935771a7ab

Available diffs

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.