File: control

package info (click to toggle)
golang-github-greatroar-blobloom 0.4.0-3
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 188 kB
  • sloc: asm: 217; sh: 11; makefile: 3
file content (28 lines) | stat: -rw-r--r-- 1,113 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
24
25
26
27
28
Source: golang-github-greatroar-blobloom
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders: Alexandre Viau <aviau@debian.org>
Section: devel
Testsuite: autopkgtest-pkg-go
Priority: optional
Build-Depends: debhelper-compat (= 12),
               dh-golang,
               golang-any,
               golang-github-stretchr-testify-dev
Standards-Version: 4.5.0
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-greatroar-blobloom
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-greatroar-blobloom.git
Homepage: https://github.com/greatroar/blobloom
Rules-Requires-Root: no
XS-Go-Import-Path: github.com/greatroar/blobloom

Package: golang-github-greatroar-blobloom-dev
Architecture: all
Depends: golang-github-stretchr-testify-dev,
         ${misc:Depends}
Description: Blocked Bloom filters for Go
 Blocked Bloom filter package for Go (golang) with no runtime
 dependencies.
 .
 Blocked Bloom filters are a cache-efficient variant of Bloom
 filters, the well-known approximate set data structure. To quote
 Daniel Lemire they have unbeatable speed.