Source: golang-github-lxzan-gws
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-klauspost-compress-dev,
 golang-github-stretchr-testify-dev,
Standards-Version: 4.7.4
Homepage: https://github.com/lxzan/gws
Vcs-Browser: https://forgejo.debian.net/golang/golang-github-lxzan-gws
Vcs-Git: https://forgejo.debian.net/golang/golang-github-lxzan-gws
Testsuite: autopkgtest-pkg-go
XS-Go-Import-Path: github.com/lxzan/gws

Package: golang-github-lxzan-gws-dev
Section: golang
Architecture: all
Multi-Arch: foreign
Depends:
 golang-github-klauspost-compress-dev,
 golang-github-stretchr-testify-dev,
 ${misc:Depends},
Description: simple, fast, reliable websocket server & client (Go module)
 GWS (Go WebSocket) is a simple, high‑performance and feature‑complete WebSocket
 library written in Go. It is designed for high‑concurrency scenarios and is
 ideal for building API gateways, long‑lived connection hubs, reverse proxies,
 IM / chat, online games, real‑time streaming, and push / subscribe systems.
