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.
|