File: control

package info (click to toggle)
node-ws 7.4.2%2B~cs18.0.8-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 888 kB
  • sloc: javascript: 8,291; ansic: 176; makefile: 17
file content (54 lines) | stat: -rw-r--r-- 1,621 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
43
44
45
46
47
48
49
50
51
52
53
54
Source: node-ws
Section: javascript
Priority: optional
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Ximin Luo <infinity0@debian.org>, Jérémy Lal <kapouer@melix.org>
Testsuite: autopkgtest-pkg-nodejs
Build-Depends:
 debhelper-compat (= 13)
 , help2man (>= 1.47.1)
 , libnode-dev
 , mocha <!nocheck>
 , node-agent-base <!nocheck>
 , node-commander <!nocheck>
 , node-debug (>= 4.1.1+~cs4.1.5) <!nocheck>
 , node-expect.js <!nocheck>
 , node-gyp (>= 3.8.0-2)
 , node-nan (>= 2.0.5)
 , node-read <!nocheck>
 , node-should <!nocheck>
 , node-tinycolor
 , node-typescript
 , node-types-node
 , nodejs (>= 4.0)
 , dh-sequence-nodejs
Standards-Version: 4.5.1
Homepage: https://github.com/websockets/ws
Vcs-Browser: https://salsa.debian.org/js-team/node-ws
Vcs-Git: https://salsa.debian.org/js-team/node-ws.git
Rules-Requires-Root: no

Package: node-ws
Architecture: any
Depends:
 ${misc:Depends}
 , ${shlibs:Depends}
 , node-agent-base
 , node-commander
 , node-debug (>= 4.1.1+~cs4.1.5)
 , node-read
 , node-tinycolor
 , nodejs
Provides:
 ${nodejs:Provides}
Description: RFC-6455 WebSocket implementation module for Node.js
 ws is a simple to use websocket implementation, up-to-date against RFC-6455,
 and probably the fastest WebSocket library for Node.js.
 .
 Passes the quite extensive Autobahn test suite. See
 http://einaros.github.com/ws for the full reports.
 .
 It also provides wscat, a command-line tool which can either act
 as a server or a client, and is useful for debugging websocket services.
 .
 Node.js is an event-based server-side javascript engine.