File: control

package info (click to toggle)
cl-cxml 20110619-2.1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 888 kB
  • sloc: lisp: 9,331; xml: 1,925; sh: 32; makefile: 18
file content (18 lines) | stat: -rw-r--r-- 616 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Source: cl-cxml
Section: lisp
Priority: optional
Maintainer: Dimitri Fontaine <dim@tapoueh.org>
Build-Depends: debhelper (>= 7)
Build-Depends-Indep: dh-lisp
Standards-Version: 3.9.5
Homepage: http://common-lisp.net/project/cxml/
Vcs-Git: git://repo.or.cz/cxml.git
Vcs-Browser: http://repo.or.cz/w/cxml.git

Package: cl-cxml
Architecture: all
Depends: ${misc:Depends}, cl-closure-common
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.