golang-github-google-btree 1.0.0-1 source package in Ubuntu

Changelog

golang-github-google-btree (1.0.0-1) unstable; urgency=medium

  [ Alexandre Viau ]
  * Point Vcs-* urls to salsa.debian.org.

  [ Dmitry Smirnov ]
  * New upstream release.
  * DH & compat to version 12.
  * Priority: optional; Standards-Version: 4.4.1

 -- Dmitry Smirnov <email address hidden>  Sun, 01 Dec 2019 12:51:18 +1100

Upload details

Uploaded by:
Debian Go Packaging Team
Uploaded to:
Sid
Original maintainer:
Debian Go Packaging Team
Architectures:
all
Section:
misc
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
Focal release universe misc

Builds

Focal: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
golang-github-google-btree_1.0.0-1.dsc 2.2 KiB 04fe9d8a8d8b82227707c99d20995ae61e5cf0af88d87e77170411a2760834e3
golang-github-google-btree_1.0.0.orig.tar.xz 14.0 KiB 2cb9bcfd14a4da77eebb2cc3a5c93f806177f57ca2aa553f1e19d55b0c0c2197
golang-github-google-btree_1.0.0-1.debian.tar.xz 2.9 KiB cb84a87171b636511e80312d558f9b4e55bf01252fb3f3263991e42e67bbcfd0

No changes file available.

Binary packages built by this source

golang-github-google-btree-dev: BTree implementation for Go

 This package provides an in-memory B-Tree implementation for Go, useful
 as an ordered, mutable data structure.
 .
 The API is based off of the wonderful
 http://godoc.org/github.com/petar/GoLLRB/llrb, and is meant to allow
 btree to act as a drop-in replacement for gollrb trees.