File: control

package info (click to toggle)
golang-github-leodido-go-syslog 4.3.0-2
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 2,024 kB
  • sloc: makefile: 123
file content (52 lines) | stat: -rw-r--r-- 1,923 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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
Source: golang-github-leodido-go-syslog
Section: golang
Priority: optional
Maintainer: Daniel Baumann <daniel@debian.org>
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/golang/golang-github-leodido-go-syslog
Vcs-Git: https://forgejo.debian.net/golang/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))