golang-github-farsightsec-go-nmsg 0.2.0-4 source package in Ubuntu

Changelog

golang-github-farsightsec-go-nmsg (0.2.0-4) unstable; urgency=medium

  [ Debian Janitor ]
  * Wrap long lines in changelog entries: 0.2.0-3.
  * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository, Repository-Browse.

 -- Jelmer Vernooij <email address hidden>  Tue, 29 Nov 2022 20:33:52 +0000

Upload details

Uploaded by:
Debian Go Packaging Team
Uploaded to:
Sid
Original maintainer:
Debian Go Packaging Team
Architectures:
all
Section:
golang
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
golang-github-farsightsec-go-nmsg_0.2.0-4.dsc 2.4 KiB fd848bd7cd450330de69b5a56d2b0f523f543854bc39ed8df2d826f99858a48c
golang-github-farsightsec-go-nmsg_0.2.0.orig.tar.gz 50.9 KiB b6120d107016fbe10cac920a2c2f245ea63c84e947902a20e7322be8e90988f5
golang-github-farsightsec-go-nmsg_0.2.0-4.debian.tar.xz 2.5 KiB 6a5f3e4256926ce3607bd386b97c7102535071e9a3cfd1f8192e17e8668a6d1b

Available diffs

No changes file available.

Binary packages built by this source

golang-github-farsightsec-go-nmsg-dev: 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