File: control

package info (click to toggle)
fibranet 10-3
  • links: PTS, VCS
  • area: main
  • in suites: lenny, squeeze, wheezy
  • size: 140 kB
  • ctags: 233
  • sloc: python: 1,031; makefile: 3
file content (21 lines) | stat: -rw-r--r-- 950 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
Source: fibranet
Section: python
Priority: optional
Maintainer: Varun Hiremath <varun@debian.org>
Uploaders: Torsten Werner <twerner@debian.org>
XS-Python-Version: >= 2.4
Build-Depends: debhelper (>= 5.0.38), cdbs (>= 0.4.43), python-dev, python-central (>= 0.5.6), 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}
XB-Python-Version: ${python:Versions}
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.