golang-github-k-sone-critbitgo 1.4.0-2 source package in Ubuntu

Changelog

golang-github-k-sone-critbitgo (1.4.0-2) unstable; urgency=medium

  [ Eric Dorland ]
  * Add Multi-Arch: foreign

  [ Debian Janitor ]
  * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository, Repository-Browse.

  [ Eric Dorland ]
  * Standards-Version to 4.5.1.0

 -- Eric Dorland <email address hidden>  Fri, 15 Jan 2021 23:56:26 -0500

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
Jammy release universe misc

Builds

Hirsute: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
golang-github-k-sone-critbitgo_1.4.0-2.dsc 2.2 KiB b67c288009c69d558bf549716decfe4791d33a2764f9978a5e96898608b41105
golang-github-k-sone-critbitgo_1.4.0.orig.tar.gz 9.8 KiB 890a28bba884bcec24d893da681e6dd4f4cee874c74f3f4291451b232a807447
golang-github-k-sone-critbitgo_1.4.0-2.debian.tar.xz 2.7 KiB 0964ba71c19d753bf27d0a3dd61a13648206fb50947435c58e7aac37b407d60c

Available diffs

No changes file available.

Binary packages built by this source

golang-github-k-sone-critbitgo-dev: crit-bit for golang and its applications (sorted map, IP routing table)

 Crit-bit trees (http://cr.yp.to/critbit.html) in golang and its
 applications.
 .
 This implementation extended to handle the key that contains a null
 character from C implementation (https://github.com/agl/critbit).
 Usage ```go // Create Trie trie := critbitgo.NewTrie()