How to Install cl-zip in Ubuntu 18.04



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

sudo apt update
sudo apt install cl-zip

Description:

Common Lisp HTTP client

Zip is a full-featured HTTP client implemented in Common Lisp. It knows how to handle HTTP/1.1 chunking, persistent connections, re-usable sockets, SSL, continuable uploads, file uploads, cookies, and more.

Homepage: http://common-lisp.net/project/zip/

Version: 20150608-1

Section: universe/lisp