ruby-rpatricia 1.0.1-2build4 source package in Ubuntu

Changelog

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

  * No-change upload to remove support of ruby3.1.

 -- Lucas Kanashiro <email address hidden>  Tue, 20 Feb 2024 03:56:13 -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
Oracular release universe misc
Noble release universe misc

Downloads

File Size SHA-256 Checksum
ruby-rpatricia_1.0.1.orig.tar.gz 23.8 KiB d480ece3e7a8be597a8fff7a23ecd22f70986db3dcd130742fe648b17502597c
ruby-rpatricia_1.0.1-2build4.debian.tar.xz 3.4 KiB 5b7a2a828bda96cbd4e1983e73d29f2df8b84a49b7dced1ae0ba8b41c59a8c08
ruby-rpatricia_1.0.1-2build4.dsc 2.0 KiB 713d65ad129dc161aa65e5a849279878ada25f77c03e56834620fa4972e37823

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