File: control

package info (click to toggle)
golang-github-gin-contrib-sse 0.0~git20170109.0.22d885f-1
  • links: PTS, VCS
  • area: main
  • in suites: buster, buster-backports
  • size: 108 kB
  • ctags: 65
  • sloc: makefile: 2
file content (25 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
Source: golang-github-gin-contrib-sse
Section: devel
Priority: extra
Maintainer: Debian Go Packaging Team <pkg-go-maintainers@lists.alioth.debian.org>
Uploaders: Shengjing Zhu <i@zhsj.me>
Build-Depends: debhelper (>= 10),
               dh-golang,
               golang-any,
               golang-github-stretchr-testify-dev
Standards-Version: 4.0.0
Homepage: https://github.com/gin-contrib/sse
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-go/packages/golang-github-gin-contrib-sse.git
Vcs-Git: https://anonscm.debian.org/git/pkg-go/packages/golang-github-gin-contrib-sse.git
XS-Go-Import-Path: github.com/gin-contrib/sse
Testsuite: autopkgtest-pkg-go

Package: golang-github-gin-contrib-sse-dev
Architecture: all
Depends: ${shlibs:Depends},
         ${misc:Depends},
         golang-github-stretchr-testify-dev
Description: Server-Sent Events implementation in Go
 Server-sent events (SSE) is a technology where a browser receives
 automatic updates from a server via HTTP connection. The Server-Sent
 Events EventSource API is standardized as part of HTML5 by the W3C.