zlibis a Common Lisp implementation of the zlib compression scheme.zlibis distributed under the terms of the Lisp Lesser General Public License ( LLGPL).
The public interface is as simple as possible:
(compress buffer algorithm)
Compresses data inBUFFERusing specified method (one of:NO-COMPRESSION,:FIXED,:DYNAMIC). Returns a vector containing the compressed data, and the size of the compressed data.(uncompress buffer)
Uncompresses data inBUFFER. Returns a vector containing the uncompressed data, and the size of the uncompressed data.The
:DYNAMICcompression method is not implemented yet. The whole code is not optimal, performance-wise.
- zlib-devel
for developers- zlib-cvs
CVS log feed.- zlib-announce
for announcements.
This project has not released any files.
You can browse our CVS repository or download the current development tree via anonymous cvs, as described here