How to Install cl-cxml in Ubuntu 18.04



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

sudo apt update
sudo apt install cl-cxml

Description:

XML parser written in Common Lisp

CXML implements a namespace-aware, validating XML 1.0 parser as well as the DOM Level 2 Core interfaces. Two parser interfaces are offered, one SAX-like, the other similar to StAX.

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

Version: 20110619-2

Section: universe/lisp