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.
|