File: control

package info (click to toggle)
node-trysound-sax 0.2.0-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 848 kB
  • sloc: xml: 5,972; javascript: 3,815; makefile: 2
file content (23 lines) | stat: -rw-r--r-- 895 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
Source: node-trysound-sax
Section: javascript
Priority: optional
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Julien Puydt <jpuydt@debian.org>
Testsuite: autopkgtest-pkg-nodejs
Build-Depends: debhelper-compat (= 13), dh-sequence-nodejs, node-tap <!nocheck>
Standards-Version: 4.6.0
Homepage: https://github.com/svg/sax
Vcs-Git: https://salsa.debian.org/js-team/node-trysound-sax.git
Vcs-Browser: https://salsa.debian.org/js-team/node-trysound-sax
Rules-Requires-Root: no

Package: node-trysound-sax
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends}
Description: Streaming XML parser (node.js module)
 This package provides an evented streaming XML parser
 in Javascript ; it is a simple tool to parse through
 an XML string to deal with RSS and other XML documents.
 .
 Node.js is an event-based server-side JavaScript engine.