ruby-rbtree 0.4.4-1 source package in Ubuntu

Changelog

ruby-rbtree (0.4.4-1) unstable; urgency=medium

  * Initial release

 -- Cédric Boutillier <email address hidden>  Tue, 12 Oct 2021 16:04:45 +0200

Upload details

Uploaded by:
Debian Ruby Extras Maintainers
Uploaded to:
Sid
Original maintainer:
Debian Ruby Extras Maintainers
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
ruby-rbtree_0.4.4-1.dsc 1.4 KiB 715cd0889ec967e402ff949880e4aa90fd0c91ba222a83c9517b79d443cc7843
ruby-rbtree_0.4.4.orig.tar.gz 26.0 KiB 697bc1ab4cc1bc595b180f5ae68cb8faaa12a8bccb705f50ee5569a92d6fef06
ruby-rbtree_0.4.4-1.debian.tar.xz 2.8 KiB 32acb27624fcb90395929f5bdd896f646ceb2ee7f600ccb5e0ab988deb0f16ec

No changes file available.

Binary packages built by this source

ruby-rbtree: 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.

ruby-rbtree-dbgsym: debug symbols for ruby-rbtree