Codebase list golang-github-dcso-fluxline / debian/latest debian / control
debian/latest

Tree @debian/latest (Download .tar.gz)

control @debian/latest

ffaecf2
 
 
 
 
36ef698
ffaecf2
 
 
752db1a
c354a2c
ffaecf2
 
 
 
 
 
 
 
32e6af5
ffaecf2
 
 
 
 
 
 
Source: golang-github-dcso-fluxline
Section: devel
Priority: optional
Maintainer: Debian Go Packaging Team <pkg-go-maintainers@lists.alioth.debian.org>
Uploaders: Sascha Steinbiss <satta@debian.org>
Build-Depends: debhelper-compat (= 13),
               dh-golang,
               golang-any,
               golang-github-showmax-go-fqdn-dev
Standards-Version: 4.6.0
Rules-Requires-Root: no
Homepage: https://github.com/DCSO/fluxline
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-dcso-fluxline
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-dcso-fluxline.git
XS-Go-Import-Path: github.com/DCSO/fluxline
Testsuite: autopkgtest-pkg-go

Package: golang-github-dcso-fluxline-dev
Architecture: all
Multi-Arch: foreign
Depends: ${shlibs:Depends},
         ${misc:Depends},
         golang-github-showmax-go-fqdn-dev
Description: Golang library to prepare sets of metrics in InfluxDB's Line Protocol format
 The fluxline library provides an encoder for Golang to prepare sets of
 metrics in InfluxDB's Line Protocol format. As input, structs annotated with
 the 'influx' tag are used, similarly to how the encoding/json module works.