golang-go-patricia 2.1.0-1~ubuntu0.14.04.1 source package in Ubuntu

Changelog

golang-go-patricia (2.1.0-1~ubuntu0.14.04.1) trusty; urgency=medium

  * Backport to Ubuntu 14.04 to support Docker SRU (LP: #1454719).

 -- Robie Basak <email address hidden>  Wed, 17 Jun 2015 12:53:37 +0000

Upload details

Uploaded by:
Robie Basak
Uploaded to:
Trusty
Original maintainer:
Tianon Gravi
Architectures:
all
Section:
devel
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Trusty updates universe devel

Builds

Trusty: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
golang-go-patricia_2.1.0.orig.tar.gz 10.1 KiB ecc831f3c0bb73f834858cd26cfa362bb86726877375df2a4d461a6009a82ab0
golang-go-patricia_2.1.0-1~ubuntu0.14.04.1.debian.tar.xz 3.2 KiB ba784368026caca240a9665f471e3e7c105e25b2bfd5ea0d40b777716c6485d8
golang-go-patricia_2.1.0-1~ubuntu0.14.04.1.dsc 2.1 KiB ddc0cd94a1997372a0c77227244de29c6e9c3fde4661de99714533121373719b

View changes file

Binary packages built by this source

golang-go-patricia-dev: golang-go-patricia is a generic patricia trie (also called radix tree).

 The patricia trie as implemented in this library enables fast visiting of items
 in some particular ways:
 .
  1. visit all items saved in the tree,
  2. visit all items matching particular prefix (visit subtree), or
  3. given a string, visit all items matching some prefix of that string.
 .
 This package contains the source.