1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
|
Source: cl-xmls
Section: lisp
Priority: optional
Maintainer: Debian Common Lisp Team <debian-common-lisp@lists.debian.org>
Uploaders: Peter Van Eynde <pvaneynd@debian.org>, Christoph Egger <christoph@debian.org>
Build-Depends: debhelper-compat (= 12)
Vcs-Git: https://salsa.debian.org/common-lisp-team/cl-xmls.git
Vcs-Browser: https://salsa.debian.org/common-lisp-team/cl-xmls
Homepage: https://common-lisp.net/project/xmls/
Standards-Version: 4.3.0
Rules-Requires-Root: no
Package: cl-xmls
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends},
cl-flexi-streams,
cl-ppcre
Recommends: cl-fiveam
Description: XML Simple Parser for Common Lisp
XMLS is a small, simple, non-validating XML parser for Common Lisp. It's
designed to be 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.
|