File: control

package info (click to toggle)
golang-github-centrifugal-centrifuge 0.15.0%2Bgit20210306.f435ba2-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, sid, trixie
  • size: 1,612 kB
  • sloc: javascript: 102; makefile: 2
file content (46 lines) | stat: -rw-r--r-- 2,170 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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
Source: golang-github-centrifugal-centrifuge
Section: devel
Priority: optional
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders: Thorsten Alteholz <debian@alteholz.de>
Build-Depends: debhelper-compat (= 12),
               dh-golang,
               golang-any,
               golang-github-fzambia-sentinel-dev,
               golang-github-fzambia-eagle-dev,
               golang-github-mna-redisc-dev,
               golang-github-centrifugal-protocol-dev,
               golang-github-igm-sockjs-go-dev,
               golang-github-gomodule-redigo-dev,
               golang-github-google-uuid-dev,
               golang-github-stretchr-testify-dev,
               golang-gogoprotobuf-dev,
               golang-prometheus-client-dev,
               golang-websocket-dev
Standards-Version: 4.5.1
Homepage: https://github.com/centrifugal/centrifuge
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-centrifugal-centrifuge
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-centrifugal-centrifuge.git
XS-Go-Import-Path: github.com/centrifugal/centrifuge
Testsuite: autopkgtest-pkg-go

Package: golang-github-centrifugal-centrifuge-dev
Architecture: all
Depends: ${misc:Depends},
         golang-github-fzambia-sentinel-dev,
         golang-github-gomodule-redigo-dev,
         golang-github-google-uuid-dev,
         golang-github-stretchr-testify-dev,
         golang-gogoprotobuf-dev,
         golang-prometheus-client-dev,
         golang-websocket-dev
Description: real-time messaging library with scalability in mind
 This package contains a real-time core of Centrifugo server. It's also
 supposed to be a general purpose real-time messaging library for Go
 programming language. The library built on top of strict client-server
 protocol schema and exposes various real-time oriented primitives for
 a developer. Centrifuge solves several problems a developer may come
 across when building complex real-time applications – like scalability
 (millions of connections), proper persistent connection management and
 invalidation, fast reconnect with message recovery, WebSocket fallback
 option.