1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
|
Source: python-mod-pywebsocket
Section: python
Priority: extra
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: TANIGUCHI Takaki <takaki@debian.org>
Build-Depends: debhelper (>= 9), python-all, dh-python
Standards-Version: 3.9.6
Homepage: https://github.com/google/pywebsocket
Vcs-Git: git://anonscm.debian.org/python-modules/packages/python-mod-pywebsocket.git
Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/python-mod-pywebsocket.git
Package: python-mod-pywebsocket
Architecture: all
Depends: ${python:Depends}, ${misc:Depends}
Recommends: libapache2-mod-python
Provides: ${python:Provides}
Breaks: ${python:Breaks}
Description: WebSocket extension for Apache HTTP Server
The pywebsocket project aims to provide a WebSocket extension for Apache
HTTP Server, mod_pywebsocket. You can also run it as a standalone server.
.
mod_pywebsocket is intended for testing or experimental purposes.
mod_python is required. For wss, mod_ssl is also required.
|