File: control

package info (click to toggle)
node-mqtt-packet 6.0.0-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 348 kB
  • sloc: sh: 14; makefile: 6
file content (34 lines) | stat: -rw-r--r-- 1,047 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
Source: node-mqtt-packet
Section: javascript
Priority: optional
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Ying-Chun Liu (PaulLiu) <paulliu@debian.org>
Build-Depends:
 debhelper (>= 10)
 , dh-buildinfo
 , nodejs
 , node-bl
 , node-inherits (>= 2.0.3)
 , node-safe-buffer (>= 5.1.0)
 , node-process-nextick-args (>= 2.0.0)
 , node-readable-stream <!nocheck>
 , node-tape <!nocheck>
Standards-Version: 4.3.0
Homepage: https://github.com/mqttjs/mqtt-packet
Vcs-Git: https://salsa.debian.org/js-team/node-mqtt-packet.git
Vcs-Browser: https://salsa.debian.org/js-team/node-mqtt-packet

Package: node-mqtt-packet
Architecture: all
Depends:
 ${misc:Depends}
 , nodejs
 , node-bl
 , node-inherits (>= 2.0.3)
 , node-safe-buffer (>= 5.1.0)
 , node-process-nextick-args (>= 2.0.0)
Description: parse and generate MQTT packets
 This library parse and generate MQTT packets like a breeze. Encode and Decode
 MQTT 3.1.1 packets the node way.
 .
 Node.js is an event-based server-side JavaScript engine.