golang-github-dcso-bloom 0.2.4-3ubuntu0.24.04.2 source package in Ubuntu

Changelog

golang-github-dcso-bloom (0.2.4-3ubuntu0.24.04.2) noble-security; urgency=medium

  * No change rebuild due to golang-1.22 update

 -- Evan Caville <email address hidden>  Fri, 01 Nov 2024 11:46:54 +0100

Upload details

Uploaded by:
Evan Caville
Uploaded to:
Noble
Original maintainer:
Ubuntu Developers
Architectures:
any all
Section:
devel
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Noble updates universe misc
Noble 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-3ubuntu0.24.04.2.debian.tar.xz 4.8 KiB 3bf5956cd45231461b3d8ce121b92a9b5b82353f98f0d43a8381529fdacacc85
golang-github-dcso-bloom_0.2.4-3ubuntu0.24.04.2.dsc 2.4 KiB 0420628b508c34ebc1a8735dc856ab6b91bdb67fb34543ddd7e992ce9794554a

View changes file

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.