File: control

package info (click to toggle)
libzabbix-api-perl 0.009-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 340 kB
  • ctags: 150
  • sloc: perl: 1,748; makefile: 10
file content (31 lines) | stat: -rw-r--r-- 1,130 bytes parent folder | download
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
29
30
31
Source: libzabbix-api-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Dmitry Smirnov <onlyjob@debian.org>
Section: perl
Priority: optional
Build-Depends: debhelper (>= 9)
Build-Depends-Indep: perl,
                     libjson-perl,
                     libparams-validate-perl,
                     libtest-exception-perl,
                     libwww-perl
Standards-Version: 3.9.4
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libzabbix-api-perl.git
Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libzabbix-api-perl.git
Homepage: https://metacpan.org/release/Zabbix-API/

Package: libzabbix-api-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends},
         perl,
         libjson-perl,
         libparams-validate-perl,
         libwww-perl
Description: abstraction layer over the JSON-RPC API provided by Zabbix
 Zabbix::API allows you to log in, create, update, delete,
 and generally  manipulate many (but as of yet not all)
 types of objects, all in Perl with Perlish constructs.
 .
 Zabbix is a free software monitoring solution.