File: control

package info (click to toggle)
python-wsaccel 0.6.2-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 144 kB
  • ctags: 110
  • sloc: python: 463; makefile: 22; ansic: 16
file content (50 lines) | stat: -rw-r--r-- 1,505 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
47
48
49
50
Source: python-wsaccel
Section: python
Priority: optional
Maintainer: PKG OpenStack <openstack-devel@lists.alioth.debian.org>
Uploaders:
 Thomas Goirand <zigo@debian.org>,
Build-Depends:
 cython,
 cython3,
 debhelper (>= 10),
 dh-python,
 openstack-pkg-tools,
 python-all-dev,
 python-pytest,
 python-setuptools,
 python3-all-dev,
 python3-pytest,
 python3-setuptools,
Standards-Version: 4.1.0
Vcs-Browser: https://anonscm.debian.org/cgit/openstack/python/python-wsaccel.git
Vcs-Git: https://anonscm.debian.org/git/openstack/python/python-wsaccel.git
Homepage: https://github.com/methane/wsaccel

Package: python-wsaccel
Architecture: any
Depends:
 cython,
 ${misc:Depends},
 ${python:Depends},
 ${shlibs:Depends},
Description: Accelerator for ws4py and AutobahnPython - Python 2.7
 WSAccell is WebSocket accelerator for AutobahnPython, ws4py and Tornado. It
 replaces per-byte process in them with Cython version. AutobahnPython
 beginning with version 0.6 automatically uses WSAccell if available.
 .
 This package provides the Python 2.7 module.

Package: python3-wsaccel
Architecture: any
Depends:
 cython3,
 ${misc:Depends},
 ${python3:Depends},
 ${shlibs:Depends},
Description: Accelerator for ws4py and AutobahnPython - Python 3.x
 WSAccell is WebSocket accelerator for AutobahnPython, ws4py and Tornado. It
 replaces per-byte process in them with Cython version. AutobahnPython
 beginning with version 0.6 automatically uses WSAccell if available.
 .
 This package provides the Python 3.x module.