File: control

package info (click to toggle)
python-kjbuckets 2.2-4
  • links: PTS
  • area: main
  • in suites: potato
  • size: 264 kB
  • ctags: 262
  • sloc: ansic: 2,581; python: 363; makefile: 55
file content (16 lines) | stat: -rw-r--r-- 549 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Source: python-kjbuckets
Section: interpreters
Priority: optional
Maintainer: Rob Tillotson <robt@debian.org>
Standards-Version: 3.0.0

Package: python-kjbuckets
Architecture: any
Depends: ${shlibs:Depends}, python-base (>= 1.5)
Description: Set and graph data types for Python
 kjbuckets is a C extension to the Python interpreter which
 defines set and graph data types, as well as an alternative
 dictionary data type.  These types are tightly coupled at
 the level of C, allowing fast and powerful algebraic
 combinations of container objects.