1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28
|
Source: ruby-netaddr
Section: ruby
Priority: optional
Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Uploaders: Daniel Leidert <dleidert@debian.org>
Build-Depends:
debhelper-compat (= 12),
gem2deb,
rake,
Standards-Version: 4.5.0
Vcs-Browser: https://salsa.debian.org/ruby-team/third-party/ruby-netaddr
Vcs-Git: https://salsa.debian.org/ruby-team/third-party/ruby-netaddr.git
Homepage: https://github.com/dspinhirne/netaddr
Testsuite: autopkgtest-pkg-ruby
XS-Ruby-Versions: all
Rules-Requires-Root: no
Package: ruby-netaddr
Architecture: all
XB-Ruby-Versions: ${ruby:Versions}
Depends:
${ruby:Depends},
${misc:Depends},
${shlibs:Depends},
Description: manipulating network addresses
NetAddr easily handle advanced tasks such as automating the
subnetting/supernetting of IP space, performing calculations on IP CIDR
blocks, and other various items.
|