Source: cl-babel Section: lisp Priority: optional Maintainer: Debian Common Lisp Team Uploaders: Peter Van Eynde Build-Depends: debhelper (>= 7) Build-Depends-Indep: dh-lisp Standards-Version: 3.8.3 Homepage: http://common-lisp.net/project/babel/ Vcs-Darcs: http://darcs.debian.org/darcs/pkg-common-lisp/cl-babel Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-common-lisp/cl-babel;a=summary Package: cl-babel Architecture: all Depends: ${misc:Depends}, ${shlibs:Depends}, cl-trivial-features, cl-alexandria Description: A charset encoding/decoding library, not unlike GNU libiconv Written completely in Common Lisp, not using a foreign library. . It strives to achieve decent performance. Most of the encoding/decoding algorithms have been adapted from Clozure CL's source. . Another important goal is reusability. Similarly to SBCL, it defines an interface wherein the algorithms can be reused between a variety of data types so long we're dealing with conversions between octets and unicode code points. . Babel comes with converters between strings and octet vectors but can be easily extended to deal with, e.g., strings and foreign memory, vectors and Closure's runes, etc...