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

Changelog

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

  * No change rebuild due to golang-1.21 update

 -- Nishit Majithia <email address hidden>  Thu, 11 Jul 2024 11:29:19 +0530

Upload details

Uploaded by:
Nishit Majithia
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.1.debian.tar.xz 4.8 KiB a205fb730d68da965528c4a97b2e755f33c4a84529198c9e8c03d4018fdb4171
golang-github-dcso-bloom_0.2.4-3ubuntu0.24.04.1.dsc 2.2 KiB 4b2a4e329b9fccf6cc5c20c4facef3057621afbaeaca140b368ddcc03bbc8545

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.