Call Us: +49-8161-97696-0
Deflate Decompression Implementation in Common Lisp
The Deflate library is a native Common Lisp implementation of Deflate (RFC 1951) decompression, with optional support for ZLIB-style (RFC 1950) and gzip-style (RFC 1952) wrappers of deflate streams. It currently does not handle compression, although this is a natural extension.
The implementation should be portable across all ANSI compliant CL implementations, but has been optimized mostly for SBCL and CMU CL.
The implementation is licensed under an MIT/X-style license (see the file COPYING in the distribution).
The current release can be downloaded from here:
or you can get the release, sources and git repository access from the project’s page at GitHub: