1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
|
Source: ruby-snmp
Section: ruby
Priority: optional
Maintainer: Debian Ruby Team <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Uploaders: Nobuhiro Iwamatsu <iwamatsu@debian.org>
Build-Depends: debhelper-compat (= 12),
gem2deb
Standards-Version: 4.5.0
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/hallidave/ruby-snmp
XS-Ruby-Versions: all
Package: ruby-snmp
Architecture: all
XB-Ruby-Versions: ${ruby:Versions}
Depends: ruby | ruby-interpreter,
${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.
|