File: control

package info (click to toggle)
node-mqtt 4.3.7-5
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 1,948 kB
  • sloc: javascript: 7,764; xml: 104; sh: 64; makefile: 17
file content (42 lines) | stat: -rw-r--r-- 1,145 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
36
37
38
39
40
41
42
Source: node-mqtt
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Ying-Chun Liu (PaulLiu) <paulliu@debian.org>
Section: javascript
Priority: optional
Build-Depends: debhelper-compat (= 13)
 , dh-sequence-nodejs
 , docbook-xsl
 , xsltproc
Standards-Version: 4.6.2
Vcs-Browser: https://salsa.debian.org/js-team/node-mqtt
Vcs-Git: https://salsa.debian.org/js-team/node-mqtt.git
Homepage: https://github.com/mqttjs/MQTT.js#readme
Testsuite: autopkgtest-pkg-nodejs
Rules-Requires-Root: no

Package: node-mqtt
Architecture: all
Depends: ${misc:Depends}
 , node-commist
 , node-concat-stream
 , node-debug
 , node-duplexify
 , node-help-me
 , node-inherits
 , node-lru-cache
 , node-minimist
 , node-mqtt-packet
 , node-number-allocator
 , node-pump
 , node-readable-stream
 , node-reinterval
 , node-rfdc
 , node-split2 (>= 3.1.0)
 , node-ws
 , node-xtend
 , nodejs:any
Description: MQTT client library for node.js
 MQTT.js is a client library for the MQTT (http://mqtt.org/) protocol,
 written in JavaScript for node.js and the browser.
 .
 Node.js is an event-based server-side JavaScript engine.