File: control

package info (click to toggle)
node-stringset 0.2.1%2B20130926-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 92 kB
  • ctags: 2
  • sloc: makefile: 2; sh: 2
file content (29 lines) | stat: -rw-r--r-- 1,092 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
24
25
26
27
28
29
Source: node-stringset
Section: web
Priority: optional
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Julien Puydt <julien.puydt@laposte.net>
Build-Depends: debhelper (>= 10), nodejs
Standards-Version: 3.9.8
Homepage: https://github.com/olov/stringset
Vcs-Git: https://anonscm.debian.org/git/pkg-javascript/node-stringset.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-javascript/node-stringset.git

Package: node-stringset
Architecture: all
Depends: ${misc:Depends}, nodejs
Description: fast and robust stringset (Node.js module)
 A fast and robust stringset implementation that
 can hold any string keys, including __proto__,
 with minimal overhead compared to a plain object.
 .
 Node.js is an event-based server-side JavaScript engine.

Package: libjs-stringset
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends}
Description: fast and robust stringset (JavaScript lib)
 A fast and robust stringset implementation that
 can hold any string keys, including __proto__,
 with minimal overhead compared to a plain object.