ruby-rpatricia 1.0.1-1build11 source package in Ubuntu
Changelog
ruby-rpatricia (1.0.1-1build11) jammy; urgency=medium * No-change upload due to ruby3.0 transition, remove ruby2.7 support. -- Lucas Kanashiro <email address hidden> Fri, 03 Dec 2021 16:11:50 -0300
Upload details
- Uploaded by:
- Lucas Kanashiro
- Uploaded to:
- Jammy
- Original maintainer:
- Ubuntu Developers
- Architectures:
- any
- Section:
- misc
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Jammy | 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-1build11.debian.tar.xz | 3.5 KiB | 257bc452708f17409c03257332d35e127525942eae1993d63f21bcdee2206254 |
ruby-rpatricia_1.0.1-1build11.dsc | 2.2 KiB | 5486ad27061a18ea72d5ebcc2339b04f1176ebfff885cdd0d8b257b9ddbfdaf5 |
Available diffs
- diff from 1.0.1-1build10 to 1.0.1-1build11 (331 bytes)
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