1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
|
Source: ruby-snmp
Section: ruby
Maintainer: Debian Ruby Team <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Uploaders: Nobuhiro Iwamatsu <iwamatsu@debian.org>
Build-Depends: debhelper-compat (= 13),
gem2deb
Standards-Version: 4.7.3
Vcs-Git: https://salsa.debian.org/ruby-team/ruby-snmp.git
Vcs-Browser: https://salsa.debian.org/ruby-team/ruby-snmp
Homepage: https://github.com/ruby-snmp/ruby-snmp
Package: ruby-snmp
Architecture: all
Depends: ruby:any,
${misc:Depends},
${shlibs:Depends}
Description: simple network management protocol bindings for ruby
This library implements SNMP (the Simple Network Management Protocol).
It is implemented in pure Ruby, so there are no dependencies on
external libraries like net-snmp.
|