golang-github-tidwall-btree 0.3.0-2 source package in Ubuntu

Changelog

golang-github-tidwall-btree (0.3.0-2) unstable; urgency=medium

  [ Debian Janitor ]
  * Bump debhelper from old 12 to 13.
  * Set upstream metadata fields: Bug-Database, Bug-Submit.
  * Apply multi-arch hints. + golang-github-tidwall-btree-dev: Add Multi-Arch: foreign.

 -- Jelmer Vernooij <email address hidden>  Thu, 24 Nov 2022 16:43:15 +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
Noble release universe misc
Mantic release universe misc
Lunar release universe misc

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
golang-github-tidwall-btree_0.3.0-2.dsc 2.2 KiB c42813852070ecca8821d2770134844556c62e904ac16e77c194f50b62ef62c3
golang-github-tidwall-btree_0.3.0.orig.tar.gz 8.7 KiB b655a9e1d4070bc0619aa54b64bd77766dc29137200828ce0834c290d3c2e70b
golang-github-tidwall-btree_0.3.0-2.debian.tar.xz 2.6 KiB b49e9fc17ee86bad0be4ba123ddba65e9717764dc3590bcf489a4d127bc5ec40

Available diffs

No changes file available.

Binary packages built by this source

golang-github-tidwall-btree-dev: B-Tree implementation for Go

 This package provides an in-memory B-Tree implementation for Go, useful
 as an ordered, mutable data structure.
 .
 This is a fork of the wonderful google/btree package. It's has all the same
 great features and adds a few more.
 .
  * Descend* functions for iterating backwards.
  * Iteration performance boost.
  * User defined context.
 .
 User defined context is a great new feature that allows for entering
 the same item into multiple B-trees, and each B-tree have a different
 ordering formula.