Source: golang-github-gobwas-ws Section: golang Priority: optional Maintainer: Daniel Baumann 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: any Depends: ${misc:Depends}, ${shlibs:Depends}, Static-Built-Using: ${misc:Static-Built-Using} 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