How to Install cl-salza2 in Ubuntu 18.04



Install cl-salza2 by entering the following commands in the terminal:

sudo apt update
sudo apt install cl-salza2

Description:

Create compressed data from Common Lisp

Salza2 is a Common Lisp library for creating compressed data in the ZLIB, DEFLATE, or GZIP data formats, described in RFC 1950, RFC 1951, and RFC 1952, respectively. It does not use any external libraries for compression. It does not yet support decompression. Salza2 is available under a BSD-like license.

Homepage: http://www.xach.com/lisp/salza2/

Version: 2.0.9-1

Section: universe/lisp