Source: golang-github-ctdk-go-trie Section: devel Priority: extra Maintainer: Debian Go Packaging Team Uploaders: Jordi Mallach Build-Depends: debhelper (>= 9), dh-golang, golang-go, golang-github-tinylib-msgp-dev Standards-Version: 3.9.8 Homepage: https://github.com/ctdk/go-trie Vcs-Browser: https://anonscm.debian.org/cgit/pkg-go/packages/golang-github-ctdk-go-trie.git Vcs-Git: https://anonscm.debian.org/git/pkg-go/packages/golang-github-ctdk-go-trie.git XS-Go-Import-Path: github.com/ctdk/go-trie Package: golang-github-ctdk-go-trie-dev Architecture: all Depends: ${shlibs:Depends}, ${misc:Depends}, golang-go, golang-github-tinylib-msgp-dev Description: Trie implementation based on a minimal automaton for Go This library implements tries, also known as prefix trees, using minimal acyclic finite-state automata for the Go programming language.