ruby-rpatricia 1.0.1-2build3 source package in Ubuntu

Changelog

ruby-rpatricia (1.0.1-2build3) noble; urgency=medium

  * No-change upload to add support for ruby3.2.

 -- Lucas Kanashiro <email address hidden>  Fri, 02 Feb 2024 03:14:24 -0300

Upload details

Uploaded by:
Lucas Kanashiro
Uploaded to:
Noble
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-rpatricia_1.0.1.orig.tar.gz 23.8 KiB d480ece3e7a8be597a8fff7a23ecd22f70986db3dcd130742fe648b17502597c
ruby-rpatricia_1.0.1-2build3.debian.tar.xz 3.4 KiB 19023ba108fb5c23fd8f0cfd9faa7f0d7c81c2b68764420b27639ffb2d13bb14
ruby-rpatricia_1.0.1-2build3.dsc 2.0 KiB c30393c417d2b5534d2728046c0f7123105567638aa9512793e9f1eda16ce82d

Available diffs

View changes file

Binary packages built by this source

ruby-rpatricia: efficient IPv4/IPv6 prefix storage and lookup for Ruby

 rPatricia provides a Ruby library for efficient IPv4 and IPv6 address/prefix
 storage and lookups. Internally it uses a Patricia trie (also known as radix
 tree), a data structure commonly used for routing table lookups and supports
 prefix insertion/removal and best/exact match lookups.
 .
 The trie data structure is implemented in C, making rPatricia fast and
 featuring a low memory footprint.

ruby-rpatricia-dbgsym: debug symbols for ruby-rpatricia