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
|
Source: golang-github-gorilla-websocket
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders: Vincent Bernat <bernat@debian.org>,
Anthony Fok <foka@debian.org>
Section: devel
Testsuite: autopkgtest-pkg-go
Priority: optional
Build-Depends: debhelper-compat (= 13),
dh-golang,
golang-any
Standards-Version: 4.5.0
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-gorilla-websocket
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-gorilla-websocket.git
Homepage: https://github.com/gorilla/websocket
Rules-Requires-Root: no
XS-Go-Import-Path: github.com/gorilla/websocket
Package: golang-github-gorilla-websocket-dev
Architecture: all
Depends: ${misc:Depends}
Breaks: golang-websocket-dev (<< 1.0.0+git20160606.12.a687089-1~)
Provides: golang-websocket-dev
Replaces: golang-websocket-dev (<< 1.0.0+git20160606.12.a687089-1~)
Multi-Arch: foreign
Description: Go package implementing the WebSocket protocol
The Gorilla WebSocket package provides a complete and tested
implementation of the WebSocket protocol, as defined by RFC 6455. It
passes the server tests in the Autobahn WebSockets Test Suite.
|