golang-github-dcso-bloom 0.2.4-2ubuntu0.1 source package in Ubuntu
Changelog
golang-github-dcso-bloom (0.2.4-2ubuntu0.1) jammy-security; urgency=medium * No change rebuild due to golang-1.18 update. Note that this package was built with golang-1.17. -- Allen Huang <email address hidden> Mon, 18 Nov 2024 15:59:17 +0000
Upload details
- Uploaded by:
- Allen Huang
- Uploaded to:
- Jammy
- Original maintainer:
- Ubuntu Developers
- Architectures:
- any all
- Section:
- devel
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Jammy | updates | universe | misc | |
Jammy | security | universe | misc |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
golang-github-dcso-bloom_0.2.4.orig.tar.gz | 12.5 KiB | d3522db1d815cdbf37f37e67c75a5b02a8cfd03ffbeb55cb8566d8e5e78645e1 |
golang-github-dcso-bloom_0.2.4-2ubuntu0.1.debian.tar.xz | 5.1 KiB | c84e78ebdf25b76b319acfa1bed552b772bab798c50d55034d17076a0411ab24 |
golang-github-dcso-bloom_0.2.4-2ubuntu0.1.dsc | 2.4 KiB | 03ac1c1626e609f9b78ef12ed6cef3d22ca699755685791a3cfc034edf486358 |
Available diffs
Binary packages built by this source
- golang-github-dcso-bloom-cli: 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.
- golang-github-dcso-bloom-dev: 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.