This package browser is in early development. Mind the rough edges.

ecl-xmls

Non-validating XML parser for Common Lisp

Xmls is a self-contained, easily embedded parser that recognizes a useful subset of the XML spec. It provides a simple mapping from XML to Lisp structures or s-expressions and back.

Installation

Install the latest version of ecl-xmls as follows:

guix install ecl-xmls

Or install a particular version:

guix install ecl-xmls@3.2.0

You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell documentation for more information.