File: control

package info (click to toggle)
golang-github-kimor79-gollectd 1.0.0-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 104 kB
  • ctags: 53
  • sloc: makefile: 6
file content (23 lines) | stat: -rw-r--r-- 968 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
Source: golang-github-kimor79-gollectd
Section: devel
Priority: extra
Maintainer: Debian Go Packaging Team <pkg-go-maintainers@lists.alioth.debian.org>
Uploaders: Alexandre Viau <aviau@debian.org>
Build-Depends: debhelper (>= 9),
               dh-golang,
               golang-go,
               golang-github-stretchr-testify-dev
Standards-Version: 3.9.8
Vcs-Git: https://anonscm.debian.org/git/pkg-go/packages/golang-github-kimor79-gollectd.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-go/packages/golang-github-kimor79-gollectd.git
Homepage: https://github.com/kimor79/gollectd
XS-Go-Import-Path: github.com/kimor79/gollectd

Package: golang-github-kimor79-gollectd-dev
Architecture: all
Depends: ${shlibs:Depends},
         ${misc:Depends},
         golang-github-stretchr-testify-dev
Description: go parser for the collectd binary protocol
 This is yet another implementation of a collectd binary protocol parser in
 Go, heavenly inspired by gocollectd.