Source: node-lynx
Section: javascript
Priority: optional
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Roland Mas <lolando@debian.org>
Testsuite: autopkgtest-pkg-nodejs
Build-Depends:
 debhelper-compat (= 11)
 , nodejs (>= 6)
 , pkg-js-tools (>= 0.9.35)
 , node-mersenne (>= 0.0.3)
 , node-statsd-parser (>= 0.0.4)
 , node-tap
Standards-Version: 4.5.1
Homepage: https://github.com/dscape/lynx
Vcs-Git: https://salsa.debian.org/js-team/node-lynx.git
Vcs-Browser: https://salsa.debian.org/js-team/node-lynx

Package: node-lynx
Architecture: all
Depends:
 ${misc:Depends}
 , nodejs (>= 6)
 , node-mersenne (>= 0.0.3)
 , node-statsd-parser (>= 0.0.4)
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.
