File: control

package info (click to toggle)
node-mqtt-connection 4.1.0-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 212 kB
  • sloc: javascript: 1,756; makefile: 2; sh: 1
file content (36 lines) | stat: -rw-r--r-- 1,179 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
Source: node-mqtt-connection
Section: javascript
Priority: optional
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Ying-Chun Liu (PaulLiu) <paulliu@debian.org>
Testsuite: autopkgtest-pkg-nodejs
Build-Depends:
 debhelper-compat (= 13)
 , dh-sequence-nodejs
 , mocha <!nocheck>
 , node-duplexify <!nocheck>
 , node-inherits <!nocheck>
 , node-mqtt-packet <!nocheck>
 , node-safe-buffer <!nocheck>
 , node-should (>= 13.0.0) <!nocheck>
 , node-through2 <!nocheck>
Standards-Version: 4.6.0
Homepage: https://github.com/mqttjs/mqtt-connection
Vcs-Git: https://salsa.debian.org/js-team/node-mqtt-connection.git
Vcs-Browser: https://salsa.debian.org/js-team/node-mqtt-connection
Rules-Requires-Root: no

Package: node-mqtt-connection
Architecture: all
Depends:
 ${misc:Depends}
 , node-duplexify
 , node-inherits
 , node-mqtt-packet
 , node-safe-buffer
 , node-through2
Description: Barebone Connection object for MQTT
 This library uses mqtt-packet for generating and parsing MQTT packets. It
 works over any kind of binary Streams. For example, TCP, TLS, and WebSocket.
 .
 Node.js is an event-based server-side JavaScript engine.