Source: cl-containers
Section: lisp
Maintainer: Dimitri Fontaine <dim@tapoueh.org>
Build-Depends: debhelper-compat (= 13),
 dh-lisp,
Standards-Version: 4.7.4
Homepage: https://cl-containers.common-lisp.dev/
Vcs-Browser: https://salsa.debian.org/debian/cl-containers
Vcs-Git: https://salsa.debian.org/debian/cl-containers.git

Package: cl-containers
Architecture: all
Depends: ${misc:Depends}, cl-metatilities-base
Description: 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.
