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
|
Source: libsnmp-ruby
Section: devel
Priority: optional
Maintainer: Aurélien GÉRÔME <ag@roxor.cx>
Build-Depends: debhelper (>= 4.0.0), dpatch, ruby1.8
Standards-Version: 3.7.2
Package: libsnmp-ruby
Architecture: all
Depends: libsnmp-ruby1.8
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.
.
Homepage: http://snmplib.rubyforge.org/
Package: libsnmp-ruby1.8
Architecture: all
Depends: ruby (>= 1.8)
Description: simple network management protocol bindings for ruby 1.8
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.
.
Homepage: http://snmplib.rubyforge.org/
|