golang-github-dcso-bloom 0.2.4-3build1 source package in Ubuntu

Changelog

golang-github-dcso-bloom (0.2.4-3build1) mantic; urgency=medium

  * No-change rebuild with Go 1.21.

 -- Michael Hudson-Doyle <email address hidden>  Thu, 24 Aug 2023 17:15:05 +1200

Upload details

Uploaded by:
Michael Hudson-Doyle
Uploaded to:
Mantic
Original maintainer:
Debian Go Packaging Team
Architectures:
any all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Noble release universe misc
Mantic release 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-3build1.debian.tar.xz 4.7 KiB cf0faf0d5ffab744d9110efcfadd9c1d93093a2793ed085f82806850203d533f
golang-github-dcso-bloom_0.2.4-3build1.dsc 2.3 KiB 2c88b0469809cf9a86752079d5fc4603c96d25d28b9ae6ca8cf11d3780f46ae2

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.