File: control

package info (click to toggle)
libinfluxdb-lineprotocol-perl 1.011-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 152 kB
  • sloc: perl: 831; makefile: 2
file content (30 lines) | stat: -rw-r--r-- 1,171 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
Source: libinfluxdb-lineprotocol-perl
Section: perl
Priority: optional
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders:
 Sipwise Packaging Team <debian-packaging@sipwise.com>,
Rules-Requires-Root: no
Build-Depends:
 debhelper (>= 11),
 libmodule-build-perl,
 perl,
Build-Depends-Indep:
 libtest-most-perl,
Standards-Version: 4.2.1
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libinfluxdb-lineprotocol-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libinfluxdb-lineprotocol-perl.git
Homepage: https://metacpan.org/release/InfluxDB-LineProtocol
Testsuite: autopkgtest-pkg-perl

Package: libinfluxdb-lineprotocol-perl
Architecture: all
Depends:
 ${misc:Depends},
 ${perl:Depends},
Description: write and read InfluxDB LineProtocol
 The InfluxDB time series database (since version 0.9) uses a LineProtocol
 to write time series data into the database. InfluxDB::LineProtocol makes
 it possible to generate such a line from a data-structure, handling all
 the annoying escaping and sorting. It can also be used to parse a line
 (perhaps produced by other code) so that it can be further modified.