golang-nhooyr-websocket 1.8.7-3 source package in Ubuntu

Changelog

golang-nhooyr-websocket (1.8.7-3) unstable; urgency=medium

  * Switch (Build-|)Depends from golang-google-protobuf-dev (which provides
    google.golang.org/protobuf) to golang-goprotobuf-dev (which provides
    github.com/golang/protobuf, listed in go.mod). The discrepancy hasn't
    been seen until now, because golang-github-gin-gonic-gin-dev pulls it
    indirectly. This won't be the case after bumping that package from
    1.6.x to 1.8.x, so let's list the right package on our own.

 -- Cyril Brulebois <email address hidden>  Tue, 11 Oct 2022 11:35:00 +0000

Upload details

Uploaded by:
Debian Go Packaging Team
Uploaded to:
Sid
Original maintainer:
Debian Go Packaging Team
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc
Noble release universe misc
Mantic release universe misc
Lunar release universe misc

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
golang-nhooyr-websocket_1.8.7-3.dsc 2.3 KiB 479cd69590c8eefbad5ed6a9c20d2d7ae5257ca3d599ce3a09697cf8385e8c8d
golang-nhooyr-websocket_1.8.7.orig.tar.gz 50.1 KiB b2417df7fe0e6068b751fd3ede8d5f2b86658cf34c52438827ac1802f34a4e82
golang-nhooyr-websocket_1.8.7-3.debian.tar.xz 3.2 KiB 01a6283be052527b9192f45563c73ef5bfda11c0944bc9d5709f7586e6ee1fdf

No changes file available.

Binary packages built by this source

golang-nhooyr-websocket-dev: Minimal and idiomatic WebSocket library for Go (library)

 websocket is a minimal and idiomatic WebSocket library for Go.
 .
 Highlights
 .
  * Minimal and idiomatic API
  * First class context.Context (https://blog.golang.org/context) support
  * Fully passes the WebSocket autobahn-testsuite
    (https://github.com/crossbario/autobahn-testsuite)
  * Single dependency
    (https://pkg.go.dev/nhooyr.io/websocket?tab=imports)
  * JSON and protobuf helpers in the wsjson
    (https://pkg.go.dev/nhooyr.io/websocket/wsjson) and wspb
    (https://pkg.go.dev/nhooyr.io/websocket/wspb) subpackages
  * Zero alloc reads and writes
  * Concurrent writes
  * Close handshake (https://pkg.go.dev/nhooyr.io/websocket#Conn.Close)
  * net.Conn (https://pkg.go.dev/nhooyr.io/websocket#NetConn) wrapper
  * Ping pong (https://pkg.go.dev/nhooyr.io/websocket#Conn.Ping) API
  * RFC 7692 (https://tools.ietf.org/html/rfc7692) permessage-deflate
    compression
  * Compile to Wasm (https://pkg.go.dev/nhooyr.io/websocket#hdr-Wasm)