File: control

package info (click to toggle)
fibranet 10-3.1
  • links: PTS, VCS
  • area: main
  • in suites: buster, jessie, jessie-kfreebsd, stretch
  • size: 136 kB
  • ctags: 232
  • sloc: python: 1,031; makefile: 2
file content (20 lines) | stat: -rw-r--r-- 898 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Source: fibranet
Section: python
Priority: optional
Maintainer: Varun Hiremath <varun@debian.org>
Uploaders: Torsten Werner <twerner@debian.org>
X-Python-Version: >= 2.4
Build-Depends: debhelper (>= 5.0.38), cdbs (>= 0.4.43), python-dev (>= 2.6.6-3~), python-setuptools
Standards-Version: 3.8.0
Homepage: http://cheeseshop.python.org/pypi/FibraNet
Vcs-Svn: https://bollin.googlecode.com/svn/fibranet/
Vcs-Browser: http://bollin.googlecode.com/svn/fibranet/

Package: python-fibranet
Architecture: all
Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}
Description: cooperative threading and event driven framework
 The FibraNet package provides an event dispatch mechanism, a
 cooperative scheduler, an asynchronous networking library and a safe,
 fast serializer for simple Python types. It is designed to simplify
 applications which need to simulate concurrency, particularly games.