moolb

Bloom filter for python3 with pluggable hasher backend
git clone git://git.defalsify.org/python-moolb.git
Log | Files | Refs | README | LICENSE

control (336B)


      1 Source: moolb
      2 Section: python
      3 Priority: optional
      4 Maintainer: Louis Holbrook <dev@holbrook.no>
      5 Build-Depends: debhelper (>= 9), python3, python3-setuptools, dh-python
      6 Standards-Version: 3.9.5
      7 
      8 Package: moolb
      9 Architecture: any
     10 Pre-Depends: dpkg, python3 (>= 3.7)
     11 Depends: make
     12 Description: Simple bloom filter with pluggable hash backend