golang-github-hashicorp-go-immutable-radix 1.0.0-1 source package in Ubuntu

Changelog

golang-github-hashicorp-go-immutable-radix (1.0.0-1) unstable; urgency=medium

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

  [ Anthony Fok ]
  * New upstream version 1.0.0
  * Add filenamemangle option to debian/watch
  * Apply "cme fix dpkg" fixes to debian/control, setting Priority to optional,
    bumping Standards-Version to 4.2.1, etc.
  * Use debhelper (>= 11~)
  * Update package dependencies.  In particular, github.com/hashicorp/uuid
    has been renamed to github.com/hashicorp/go-uuid upstream.
  * Update Maintainer address in debian/control

 -- Anthony Fok <email address hidden>  Wed, 19 Dec 2018 23:37:05 -0700

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

Builds

Disco: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
golang-github-hashicorp-go-immutable-radix_1.0.0-1.dsc 2.5 KiB 9e1d00b2eb8613d6ec7bb3de49a51de181ad886881090342b039e8299ffc560b
golang-github-hashicorp-go-immutable-radix_1.0.0.orig.tar.gz 18.9 KiB 503eda1702edbe9eb36b162b8ca0da02eac2acfb73140077aa73fb817c3fca47
golang-github-hashicorp-go-immutable-radix_1.0.0-1.debian.tar.xz 7.6 KiB 1ceb74caee4b085ca69dcace6c7457f912a592a8ffe2e78619df7125264bf9da

No changes file available.

Binary packages built by this source

golang-github-hashicorp-go-immutable-radix-dev: 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.