Source: ruby-rpatricia Section: ruby Priority: optional Maintainer: Debian Ruby Team Uploaders: Apollon Oikonomopoulos Build-Depends: debhelper-compat (= 13), gem2deb Standards-Version: 3.9.7 Vcs-Git: https://salsa.debian.org/ruby-team/ruby-rpatricia.git Vcs-Browser: https://salsa.debian.org/ruby-team/ruby-rpatricia Homepage: http://www.goto.info.waseda.ac.jp/~tatsuya/rpatricia/ XS-Ruby-Versions: all Package: ruby-rpatricia Architecture: any XB-Ruby-Versions: ${ruby:Versions} Depends: ruby | ruby-interpreter, ${misc:Depends}, ${shlibs:Depends} Description: 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.