Source: golang-github-leodido-go-syslog Section: golang Priority: optional Maintainer: Daniel Baumann Build-Depends: debhelper-compat (= 13), dh-sequence-golang, dpkg-build-api (= 1), golang-any, golang-github-davecgh-go-spew-dev, golang-github-leodido-ragel-machinery-dev, golang-github-stretchr-testify-dev, golang-golang-x-text-dev, Standards-Version: 4.7.3 Homepage: https://github.com/leodido/go-syslog Vcs-Browser: https://forgejo.debian.net/git-pages/golang-github-leodido-go-syslog Vcs-Git: https://forgejo.debian.net/git-pages/golang-github-leodido-go-syslog Testsuite: autopkgtest-pkg-go XS-Go-Import-Path: github.com/leodido/go-syslog Package: golang-github-leodido-go-syslog-dev Section: golang Architecture: all Multi-Arch: foreign Depends: golang-github-davecgh-go-spew-dev, golang-github-leodido-ragel-machinery-dev, golang-github-stretchr-testify-dev, golang-golang-x-text-dev, ${misc:Depends}, Description: Blazing fast syslog parsers (library) go-syslog is a parser for Syslog messages and transports: . * an RFC5424-compliant parser and builder * an RFC3164-compliant parser - i.e. BSD-syslog messages * a parser that works on streams for syslog with octet counting (https://datatracker.ietf.org/doc/html/rfc6587#section-3.4.1) framing technique, see octetcounting (/octetcounting) * a parser that works on streams for syslog with non-transparent (https://tools.ietf.org/html/rfc6587#section-3.4.2) framing technique, see nontransparent (/nontransparent) . This library provides the pieces to parse Syslog messages transported following various RFCs. . For example: . * TLS with octet count (RFC5425 (https://tools.ietf.org/html/rfc5425)) * TCP with non-transparent framing or with octet count (RFC 6587 (https://tools.ietf.org/html/rfc6587)) * UDP carrying one message per packet (RFC5426 (https://tools.ietf. org/html/rfc5426))