| 12
 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-graylog2-go-gelf
Section: devel
Priority: optional
Maintainer: Debian Go Packaging Team <pkg-go-maintainers@lists.alioth.debian.org>
Uploaders: Tianon Gravi <tianon@debian.org>,
           Tim Potter <tpot@hpe.com>,
           Dmitry Smirnov <onlyjob@debian.org>,
Build-Depends: debhelper (>= 12~)
    ,dh-golang
    ,golang-any
Standards-Version: 4.4.1
Homepage: https://github.com/Graylog2/go-gelf
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-graylog2-go-gelf
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-graylog2-go-gelf.git
XS-Go-Import-Path: github.com/Graylog2/go-gelf
Testsuite: autopkgtest-pkg-go
Package: golang-github-graylog2-go-gelf-dev
Architecture: all
Depends: ${misc:Depends}, ${shlibs:Depends}
Description: GELF library and writer for Go
 GELF is graylog2's UDP logging format. This library provides an API that
 applications can use to log messages directly to a graylog2 server, along with
 an io.Writer that can be use to redirect the standard library's log messages
 (or os.Stdout), to a graylog2 server.
 .
 This package contains the source.
 |