Source: libinfluxdb-lineprotocol-perl Section: perl Priority: optional Maintainer: Debian Perl Group Uploaders: Sipwise Packaging Team , 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.