File: control

package info (click to toggle)
libnginx-mod-http-push-stream 0.6.0%2Bdfsg-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,272 kB
  • sloc: ruby: 7,101; ansic: 6,048; javascript: 2,121; sh: 53; makefile: 16
file content (23 lines) | stat: -rw-r--r-- 906 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
Source: libnginx-mod-http-push-stream
Section: httpd
Priority: optional
Maintainer: Debian Nginx Maintainers <pkg-nginx-maintainers@alioth-lists.debian.net>
Uploaders: Jérémy Lal <kapouer@melix.org>,
Build-Depends: debhelper-compat (= 13),
               dh-sequence-nginx,
               nginx-dev (>= 1.24.0-2),
Standards-Version: 4.7.2
Homepage: https://github.com/wandenberg/nginx-push-stream-module
Vcs-Git: https://salsa.debian.org/nginx-team/libnginx-mod-http-push-stream.git
Vcs-Browser: https://salsa.debian.org/nginx-team/libnginx-mod-http-push-stream
Rules-Requires-Root: no

Package: libnginx-mod-http-push-stream
Architecture: any
Multi-Arch: foreign
Depends: ${misc:Depends},
         ${shlibs:Depends},
Recommends: nginx,
Description: HTTP push stream module for Nginx
 This module lets Nginx handles HTTP push streams like
 Event Source, WebSocket, Long Polling, JSONP, M-JPEG, and more.