Codebase list golang-github-farsightsec-go-nmsg / 44bbb223-b847-4815-9d00-80e8e968e025/main debian / control
44bbb223-b847-4815-9d00-80e8e968e025/main

Tree @44bbb223-b847-4815-9d00-80e8e968e025/main (Download .tar.gz)

control @44bbb223-b847-4815-9d00-80e8e968e025/main

ad4b06e
 
 
 
2d25b40
ad4b06e
 
 
ece7827
ad4b06e
 
 
a98466a
 
ad4b06e
18f6b8c
ad4b06e
 
 
 
 
 
 
 
 
a98466a
 
ad4b06e
a98466a
3484bfd
 
 
 
 
 
ad4b06e
3484bfd
 
 
Source: golang-github-farsightsec-go-nmsg
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders:
 Sascha Steinbiss <satta@debian.org>,
Section: golang
Testsuite: autopkgtest-pkg-go
Priority: optional
Build-Depends:
 debhelper-compat (= 13),
 dh-golang,
Build-Depends-Indep:
 golang-any,
 golang-github-dnstap-golang-dnstap-dev (>= 0.4.0),
 golang-google-protobuf-dev,
 golang-yaml.v2-dev,
Standards-Version: 4.6.2
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-farsightsec-go-nmsg
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-farsightsec-go-nmsg.git
Homepage: https://github.com/farsightsec/go-nmsg
Rules-Requires-Root: no
XS-Go-Import-Path: github.com/farsightsec/go-nmsg

Package: golang-github-farsightsec-go-nmsg-dev
Architecture: all
Depends:
 golang-github-dnstap-golang-dnstap-dev,
 golang-google-protobuf-dev,
 golang-yaml.v2-dev,
 ${misc:Depends},
Description: Go implementation of the nmsg network message encapsulation library
 go-nmsg is a pure go implementation of the NMSG container and payload format
 used by the C nmsg toolkit and library.
 It can pack and unpack the protobuf structure of an NMSG payload, and the
 protobuf structure of the data contained in the payload. It does not implement
 the full functionality of the C libnmsg message modules, such as:
 .
  - Advanced field types (e.g., a protobuf []byte as an IP address)
  - Generated fields
  - Formatting of fields for presentation and JSON output