File: control

package info (click to toggle)
ruledispatch 0.5adev-5
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 572 kB
  • ctags: 1,265
  • sloc: python: 5,715; makefile: 9
file content (19 lines) | stat: -rw-r--r-- 810 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Source: ruledispatch
Section: python
Priority: optional
Maintainer: Gustavo Noronha Silva <kov@debian.org>
Build-Depends: cdbs (>= 0.4.43), debhelper (>= 5.0.37.3), python, python-setuptools (>= 0.6a9-1), python-all-dev, python-support (>= 0.3.4), python-protocols (>> 1.0)
XS-Python-Version: >= 2.3
XS-Vcs-Svn: svn://svn.debian.org/python-modules/packages/ruledispatch/trunk/
Standards-Version: 3.7.2

Package: python-dispatch
Architecture: any
Depends: ${python:Depends}, ${shlibs:Depends}, python-protocols (>> 1.0)
XB-Python-Version: ${python:Versions}
Description: Rule-based Dispatching and Generic Functions
 The dispatch module allows Python programmers to write generic
 functions to handle various problems based on rules for the arguments
 it receives.
 .
  Homepage: http://peak.telecommunity.com/