Binary package “cl-chipz” in ubuntu jammy

decompress DEFLATE and BZIP2 data in Common Lisp

 DEFLATE data, defined in RFC1951, forms the core of popular compression
 formats such as zlib (RFC 1950) and gzip (RFC 1952). As such, Chipz also
 provides for decompressing data in those formats as well. BZIP2 is the
 format used by the popular compression tool bzip2.
 .
 Chipz is the reading complement to Salza (provided by cl-salza2 package).