File: control

package info (click to toggle)
pybloomfiltermmap 0.3.15-0.1
  • links: PTS
  • area: main
  • in suites: buster, stretch
  • size: 1,748 kB
  • ctags: 912
  • sloc: ansic: 1,331; python: 486; makefile: 8
file content (23 lines) | stat: -rw-r--r-- 763 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
22
23
Source: pybloomfiltermmap
Maintainer: Luciano Bello <luciano@debian.org>
Section: python
Priority: optional
Build-Depends: cython,
               debhelper (>= 9),
               dh-python,
               libssl-dev,
               python-all-dev (>= 2.6.6-3),
               python-setuptools (>= 0.6b3)
Standards-Version: 3.9.8

Package: python-pybloomfiltermmap
Architecture: any
Depends: ${misc:Depends}, ${python:Depends}, ${shlibs:Depends}
Description: Bloom filter (bloomfilter) for Python built on mmap
 This module implements a Bloom filter in Python that's fast and uses
 mmap files for better scalability.
 .
 It main advantages are:
  * It natively uses mmaped files.
  * It natively does the set things you want a Bloom filter to do.
  * It is fast.