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 28 29 30 31
|
Source: golang-github-influxdata-go-syslog
Section: devel
Priority: optional
Maintainer: Debian Go Packaging Team <pkg-go-maintainers@alioth-lists.debian.net>
Uploaders: Michael Prokop <mika@debian.org>
Rules-Requires-Root: no
Build-Depends:
debhelper-compat (= 12),
dh-golang,
golang-any,
golang-github-davecgh-go-spew-dev,
golang-github-leodido-ragel-machinery-dev,
golang-github-stretchr-testify-dev,
Standards-Version: 4.5.0
Homepage: https://github.com/influxdata/go-syslog
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-influxdata-go-syslog
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-influxdata-go-syslog.git
XS-Go-Import-Path: github.com/influxdata/go-syslog
Testsuite: autopkgtest-pkg-go
Package: golang-github-influxdata-go-syslog-dev
Architecture: all
Depends:
golang-github-davecgh-go-spew-dev,
golang-github-stretchr-testify-dev,
${misc:Depends},
Description: Go parser for syslog messages
This package provides:
• a RFC5424-compliant parser
• a RFC5424-compliant builder
• a RFC5425-compliant parser
|