Source: libtree-rb-perl Maintainer: Debian Perl Group Uploaders: gregor herrmann Section: perl Testsuite: autopkgtest-pkg-perl Priority: optional Build-Depends: debhelper (>= 9.20140227~), libmodule-build-tiny-perl Build-Depends-Indep: libenum-perl, perl Standards-Version: 4.1.1 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libtree-rb-perl.git Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libtree-rb-perl.git Homepage: https://metacpan.org/release/Tree-RB Package: libtree-rb-perl Architecture: all Depends: ${misc:Depends}, ${perl:Depends}, libenum-perl Description: Perl implementation of the Red/Black tree Tree::RB is a Pure-Perl implementation of the Red/Black tree, a type of balanced binary search tree. . A tied hash interface is also provided to allow ordered hashes to be used. . See the Wikipedia article at http://en.wikipedia.org/wiki/Red-black_tree for more on Red/Black trees.