File: control

package info (click to toggle)
golang-github-dcso-fluxline 0.0~git20200907.78686e5-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, sid, trixie
  • size: 84 kB
  • sloc: makefile: 16
file content (27 lines) | stat: -rw-r--r-- 1,167 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
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.