File: control

package info (click to toggle)
cl-closure-common 20101107-1.1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 212 kB
  • sloc: lisp: 2,671; sh: 27; makefile: 11
file content (18 lines) | stat: -rw-r--r-- 648 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-closure-common
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/closure-common.git
Vcs-Browser: http://repo.or.cz/w/closure-common.git

Package: cl-closure-common
Architecture: all
Depends: ${misc:Depends}
Description: Shared code for Closure XML and Closure HTML
 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.