File: control

package info (click to toggle)
golang-github-greatroar-blobloom 0.7.1-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 252 kB
  • sloc: sh: 10; makefile: 3
file content (29 lines) | stat: -rw-r--r-- 1,174 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
29
Source: golang-github-greatroar-blobloom
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders: Alexandre Viau <aviau@debian.org>,
           Aloïs Micard <creekorful@debian.org>
Section: devel
Testsuite: autopkgtest-pkg-go
Priority: optional
Build-Depends: debhelper-compat (= 13),
               dh-golang,
               golang-any,
               golang-github-stretchr-testify-dev
Standards-Version: 4.6.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
Multi-Arch: foreign
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.