File: control

package info (click to toggle)
ltx 2.6.2-1.1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye
  • size: 304 kB
  • sloc: javascript: 2,048; makefile: 19
file content (31 lines) | stat: -rw-r--r-- 915 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
Source: ltx
Section: web
Priority: optional
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Jonas Smedegaard <dr@jones.dk>
Build-Depends: cdbs,
 licensecheck,
 debhelper,
 dh-buildinfo,
 node-vows,
 node-sax,
 node-node-expat
Standards-Version: 3.9.8
Homepage: http://node-xmpp.org/
Vcs-Git: https://anonscm.debian.org/git/pkg-javascript/ltx
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-javascript/ltx.git

Package: node-ltx
Architecture: all
Depends: ${misc:Depends},
 ${cdbs:Depends}
Recommends: ${cdbs:Recommends}
Suggests: ${cdbs:Suggests}
Enhances: ${cdbs:Enhances}
Description: XML DOM builder library for Node
 Node is an event-based server-side JavaScript engine.
 .
 Less-Than XML (ltx) is an XML DOM builder library for Node.
 .
 Parsing with support for advanced XML features (but slower) requires
 either of the packages node-sax node-node-expat.