deflate
Deflate by Pierre Mai is a 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. Deflate has no dependencies on other libraries. Deflate is, at present, the decompression library used by Quicklisp.

Home page: https://pmsf.eu/resources/lisp/Deflate.html

Repository: https://github.com/pmai/Deflate

License: MIT/X11