File: control

package info (click to toggle)
libinfluxdb-http-perl 0.04-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 120 kB
  • sloc: perl: 345; makefile: 6; sh: 2
file content (36 lines) | stat: -rw-r--r-- 1,496 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
32
33
34
35
36
Source: libinfluxdb-http-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Gabriel Filion <gabster@lelutin.ca>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper-compat (= 13)
Build-Depends-Indep: influxdb <!nocheck>,
                     libconst-fast-perl <!nocheck>,
                     libfile-slurper-perl <!nocheck>,
                     libipc-run-perl <!nocheck>,
                     libjson-maybexs-perl <!nocheck>,
                     libobject-result-perl <!nocheck>,
                     libtest-exception-perl <!nocheck>,
                     libtest-simple-perl <!nocheck>,
                     liburi-perl <!nocheck>,
                     libwww-perl <!nocheck>,
                     perl
Standards-Version: 4.7.0
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libinfluxdb-http-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libinfluxdb-http-perl.git
Homepage: https://metacpan.org/release/InfluxDB-HTTP
Rules-Requires-Root: no

Package: libinfluxdb-http-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends},
         libjson-maybexs-perl,
         libobject-result-perl,
         liburi-perl,
         libwww-perl
Description: Perl way to interact with InfluxDB
 InfluxDB::HTTP allows you to interact with the InfluxDB HTTP API. The module
 essentially provides one method per InfluxDB HTTP API endpoint, that is ping,
 write and query.