Source: golang-github-google-btree Section: devel Priority: extra Maintainer: Debian Go Packaging Team Uploaders: Dmitry Smirnov , Tim Potter , Anthony Fok Build-Depends: debhelper (>= 10), dh-golang, golang-any Standards-Version: 4.0.0 Homepage: https://github.com/google/btree Vcs-Browser: https://anonscm.debian.org/cgit/pkg-go/packages/golang-github-google-btree.git Vcs-Git: https://anonscm.debian.org/git/pkg-go/packages/golang-github-google-btree.git XS-Go-Import-Path: github.com/google/btree Testsuite: autopkgtest-pkg-go Package: golang-github-google-btree-dev Architecture: all Depends: ${shlibs:Depends}, ${misc:Depends} Description: 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.