golang-github-kentik-patricia 1.0.0-3 source package in Ubuntu

Changelog

golang-github-kentik-patricia (1.0.0-3) unstable; urgency=medium

  [ Debian Janitor ]
  * Apply multi-arch hints. + golang-github-kentik-patricia-dev: Add Multi-Arch: foreign.

 -- Jelmer Vernooij <email address hidden>  Wed, 07 Dec 2022 21:53:44 +0000

Upload details

Uploaded by:
Debian Go Packaging Team
Uploaded to:
Sid
Original maintainer:
Debian Go Packaging Team
Architectures:
all
Section:
golang
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc
Noble release universe misc
Mantic release universe misc
Lunar release universe misc

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
golang-github-kentik-patricia_1.0.0-3.dsc 2.2 KiB 62a68a02aaedc47db848c0356c0a97c188db04fdd66ff18218ac2af441416eec
golang-github-kentik-patricia_1.0.0.orig.tar.xz 815.7 KiB 96eb9db51a183641ff52a4b040d36ab8d43ed3be74fe8a2c9f155f6c7c451928
golang-github-kentik-patricia_1.0.0-3.debian.tar.xz 2.9 KiB 8c5e42d0c36d192eaecd8bfb1bd0fedcaa29088d2defc1a888bcd32a18728804

Available diffs

No changes file available.

Binary packages built by this source

golang-github-kentik-patricia-dev: Garbage collector-sensitive patricia tree (library)

 Go implementation of a patricia tree, specifically for tagging IPv4 and
 IPv6 addresses with CIDR bits, with a focus on producing as little
 garbage for the garbage collector to manage as possible.
 This allows you to tag millions of IP addresses without incurring a
 penalty during GC scanning.