File: control

package info (click to toggle)
librrdtool-oo-perl 0.36-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster
  • size: 320 kB
  • ctags: 36
  • sloc: perl: 1,052; makefile: 2
file content (31 lines) | stat: -rw-r--r-- 1,337 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: librrdtool-oo-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Salvatore Bonaccorso <carnil@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper (>= 10)
Build-Depends-Indep: liblog-log4perl-perl,
                     librrds-perl,
                     perl
Standards-Version: 3.9.6
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/librrdtool-oo-perl.git
Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/librrdtool-oo-perl.git
Homepage: https://metacpan.org/release/RRDTool-OO

Package: librrdtool-oo-perl
Architecture: all
Depends: liblog-log4perl-perl,
         librrds-perl,
         ${misc:Depends},
         ${perl:Depends}
Description: object-oriented interface to RRDTool
 RRDTool::OO is an object-oriented Perl interface to Tobi Oetiker's round robin
 database tool, also known as rrdtool. It uses rrdtool's RRDs module to access
 rrdtool's shared library. It tries to marry rrdtool's database engine with the
 Perl programming language.
 .
 Using this module hides implementation details of the RRD engine, uses easy-
 to-memorize named parameters and sets meaningful defaults for parameters not
 needed in simple cases. For the experienced user, however, it still provides
 full access to rrdtool's API.