Source: golang-github-hashicorp-go-immutable-radix Maintainer: Debian Go Packaging Team Uploaders: Dmitry Smirnov , Tim Potter , Anthony Fok Section: devel Testsuite: autopkgtest-pkg-go Priority: optional Standards-Version: 4.5.0 Build-Depends: debhelper-compat (= 12), dh-golang, golang-any, golang-github-hashicorp-go-uuid-dev (>= 1.0.0~), golang-github-hashicorp-golang-lru-dev (>= 0.5.0~) Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-hashicorp-go-immutable-radix Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-hashicorp-go-immutable-radix.git Homepage: https://github.com/hashicorp/go-immutable-radix XS-Go-Import-Path: github.com/hashicorp/go-immutable-radix Rules-Requires-Root: no Package: golang-github-hashicorp-go-immutable-radix-dev Architecture: all Depends: ${shlibs:Depends}, ${misc:Depends}, golang-github-hashicorp-go-uuid-dev (>= 1.0.0~), golang-github-hashicorp-golang-lru-dev (>= 0.5.0~) Description: immutable radix tree implementation in Golang Golang implementation of an immutable radix tree (http://en.wikipedia.org/wiki/Radix_tree). The package only provides a single Tree implementation, optimized for sparse nodes.