golang-github-farsightsec-go-nmsg 0.3.0-1 source package in Ubuntu

Changelog

golang-github-farsightsec-go-nmsg (0.3.0-1) unstable; urgency=medium

  * New upstream release.

 -- Sascha Steinbiss <email address hidden>  Mon, 30 Oct 2023 22:39:28 +0100

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
Oracular release universe misc
Noble release universe misc

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
golang-github-farsightsec-go-nmsg_0.3.0-1.dsc 2.4 KiB 2f181ab85b4c6692f9cd770a4784c9ef4d3bf29ae2f5feebbfa6e05983d4d557
golang-github-farsightsec-go-nmsg_0.3.0.orig.tar.gz 53.2 KiB 27372d4d47fc106fd65e717536f73d123e2e3422c364a384bab1a89fcb817e51
golang-github-farsightsec-go-nmsg_0.3.0-1.debian.tar.xz 2.6 KiB 1a5b0cc56df0d99de99c09627d27ec097a314c6095a2387a7c0b7a0730f51a5b

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