cl-xmls 3.2.0
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.
- Website: https://github.com/rpgoldman/xmls
- Licenses: FreeBSD
- Package source: gnu/packages/lisp-xyz.scm
- Builds: See build status
- Issues: See known issues
Installation
Install cl-xmls 3.2.0
as follows:
guix install cl-xmls@3.2.0
Or install the latest version:
guix install cl-xmls
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.