File: control

package info (click to toggle)
golang-github-dcso-bloom 0.2.4-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bookworm-backports, forky, sid, trixie
  • size: 200 kB
  • sloc: makefile: 36
file content (39 lines) | stat: -rw-r--r-- 1,652 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
30
31
32
33
34
35
36
37
38
39
Source: golang-github-dcso-bloom
Section: devel
Priority: optional
Maintainer: Debian Go Packaging Team <pkg-go-maintainers@lists.alioth.debian.org>
Uploaders: Sascha Steinbiss <satta@debian.org>
Build-Depends: debhelper-compat (= 13),
               dh-golang,
               golang-go,
               golang-github-urfave-cli-dev,
               txt2man
Standards-Version: 4.5.1
Rules-Requires-Root: no
Homepage: https://github.com/DCSO/bloom
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-dcso-bloom
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-dcso-bloom.git
XS-Go-Import-Path: github.com/DCSO/bloom

Package: golang-github-dcso-bloom-dev
Architecture: all
Depends: ${shlibs:Depends},
         ${misc:Depends},
         golang-go
Recommends: golang-github-dcso-bloom-cli
Description: highly efficient bloom filter implementation for Go
 Bloom is a simple library that provides a very efficient implementation of
 Bloom filters for the Go language. This package provides the Go library in the
 form of source code.

Package: golang-github-dcso-bloom-cli
Architecture: any
Depends: ${shlibs:Depends},
         ${misc:Depends}
Built-Using: ${misc:Built-Using}
Description: highly efficient bloom filter implementation for Go, CLI tool
 Bloom is a simple library that provides a very efficient implementation of
 Bloom filters for the Go language. This package provides a command line tool
 that can be used to easily create Bloom filters with desired capacity and
 false positive probability. Values can be added to filters through standard
 input, which makes it easy to use the tool in a pipeline workflow.