File: control.in

package info (click to toggle)
python-gwebsockets 0.4-3
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 128 kB
  • ctags: 54
  • sloc: python: 322; makefile: 11
file content (22 lines) | stat: -rw-r--r-- 750 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
Source: python-gwebsockets
Section: python
Priority: optional
Maintainer: Debian Sugar Team <pkg-sugar-devel@lists.alioth.debian.org>
Uploaders: Jonas Smedegaard <dr@jones.dk>
Build-Depends: @cdbs@
Standards-Version: 3.9.8
Vcs-Git: git://anonscm.debian.org/pkg-sugar/python-gwebsockets
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-sugar/python-gwebsockets.git
Homepage: https://github.com/dnarvaez/gwebsockets

Package: python-gwebsockets
Architecture: all
Depends: ${cdbs:Depends},
 ${misc:Depends},
 ${python:Depends}
Provides: ${python:Provides}
Description: websocket server written in Python
 gwebsockets is a websocket server written in python.
 .
 It uses GIO for network communication and hence easily integrates with
 the GLib mainloop.