1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
|
Source: ruby-ipaddr
Section: ruby
Priority: optional
Maintainer: Debian Ruby Team <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Uploaders: Vinay Keshava <vinaykeshava@disroot.org>
Build-Depends: debhelper-compat (= 13),
gem2deb (>= 2.1~)
Standards-Version: 4.6.2
Vcs-Git: https://salsa.debian.org/ruby-team/ruby-ipaddr.git
Vcs-Browser: https://salsa.debian.org/ruby-team/ruby-ipaddr
Homepage: https://github.com/ruby/ipaddr
Testsuite: autopkgtest-pkg-ruby
Rules-Requires-Root: no
Package: ruby-ipaddr
Architecture: all
Depends: ${misc:Depends},
${ruby:Depends},
${shlibs:Depends}
Description: class to manipulate an IP address in ruby
IPAddr provides a set of methods to manipulate an IP address.
Both IPv4 and IPv6 are supported.
|