Source: golang-github-emirpasic-gods Section: golang Maintainer: Debian Go Packaging Team Uploaders: Dawid Dziurla , Build-Depends: debhelper-compat (= 13), dh-sequence-golang, golang-any, Testsuite: autopkgtest-pkg-go Standards-Version: 4.7.3 Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-emirpasic-gods Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-emirpasic-gods.git Homepage: https://github.com/emirpasic/gods XS-Go-Import-Path: github.com/emirpasic/gods Package: golang-github-emirpasic-gods-dev Architecture: all Depends: ${misc:Depends}, Multi-Arch: foreign Description: Implementation of various data structures and algorithms in Go GoDS (Go Data Structures): - Containers (Sets, Lists, Stacks, Maps, Trees), - Sets (HashSet, TreeSet, LinkedHashSet), - Lists (ArrayList, SinglyLinkedList, DoublyLinkedList), - Stacks (LinkedListStack, ArrayStack), - Maps (HashMap, TreeMap, HashBidiMap, TreeBidiMap, LinkedHashMap), - Trees (RedBlackTree, AVLTree, BTree, BinaryHeap), - Comparators, - Iterators, - …