File: control

package info (click to toggle)
golang-github-gobwas-ws 1.4.0-3
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 560 kB
  • sloc: sh: 98; makefile: 48
file content (33 lines) | stat: -rw-r--r-- 1,075 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
Source: golang-github-gobwas-ws
Section: golang
Priority: optional
Maintainer: Daniel Baumann <daniel@debian.org>
Build-Depends:
 debhelper-compat (= 13),
 dh-sequence-golang,
 dpkg-build-api (= 1),
 golang-any,
 golang-github-gobwas-httphead-dev,
 golang-github-gobwas-pool-dev,
Standards-Version: 4.7.3
Homepage: https://github.com/gobwas/ws
Vcs-Browser: https://forgejo.debian.net/golang/golang-github-gobwas-ws
Vcs-Git: https://forgejo.debian.net/golang/golang-github-gobwas-ws
Testsuite: autopkgtest-pkg-go
XS-Go-Import-Path: github.com/gobwas/ws

Package: golang-github-gobwas-ws-dev
Section: golang
Architecture: all
Multi-Arch: foreign
Depends:
 ${misc:Depends},
Description: Tiny WebSocket library for Go (library)
 ws is a WebSocket implementation in Go, featuring:
 .
  * Zero-copy upgrade
  * No intermediate allocations during I/O
  * Low-level API which allows to build your own logic of packet handling
    and buffers reuse
  * High-level wrappers and helpers around API in wsutil package, which
    allow to start fast without digging the protocol internals