File: control

package info (click to toggle)
node-lynx 0.2.1-5
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 220 kB
  • sloc: javascript: 522; sh: 4; makefile: 2
file content (35 lines) | stat: -rw-r--r-- 1,138 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
30
31
32
33
34
35
Source: node-lynx
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Roland Mas <lolando@debian.org>
Section: javascript
Testsuite: autopkgtest-pkg-nodejs
Priority: optional
Build-Depends:
 debhelper-compat (= 13)
 , dh-sequence-nodejs
 , node-mersenne
 , node-statsd-parser
 , node-tap
Standards-Version: 4.6.0
Vcs-Browser: https://salsa.debian.org/js-team/node-lynx
Vcs-Git: https://salsa.debian.org/js-team/node-lynx.git
Homepage: https://github.com/dscape/lynx
Rules-Requires-Root: no

Package: node-lynx
Architecture: all
Depends:
 ${misc:Depends}
 , node-mersenne
 , node-statsd-parser
Description: Minimalistic StatsD client for Node.js programs
 Lynx is a minimalistic node.js client for the statsd server.
 .
 Features:
  * Minimalistic — there is only a minimum of abstraction between you and
  statsd
  * Streams — You can stream in and out of a lynx connection
  * Re-usable UDP Connections — Keeps UDP connections open for a certain time
  * Errors — Pluggable error handling, by default errors are ignored
 .
 Node.js is an event-based server-side JavaScript engine.