1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
|
Source: ruby-rbtree
Section: ruby
Priority: optional
Maintainer: Debian Ruby Team <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Uploaders: Cédric Boutillier <boutil@debian.org>
Build-Depends: debhelper-compat (= 13),
gem2deb (>= 1)
Standards-Version: 4.6.2
Vcs-Git: https://salsa.debian.org/ruby-team/ruby-rbtree.git
Vcs-Browser: https://salsa.debian.org/ruby-team/ruby-rbtree
Homepage: https://github.com/mame/rbtree
Testsuite: autopkgtest-pkg-ruby
Rules-Requires-Root: no
Package: ruby-rbtree
Architecture: any
Depends: ${misc:Depends},
${ruby:Depends},
${shlibs:Depends}
Description: sorted associative collection for Ruby
A RBTree is a sorted associative collection that is implemented with a
Red-Black Tree. It maps keys to values like a Hash, but maintains its
elements in ascending key order. The interface is the almost identical
to that of Hash.
|