golang-github-farsightsec-go-nmsg 0.0~git20190917.04d2174-2 source package in Ubuntu

Changelog

golang-github-farsightsec-go-nmsg (0.0~git20190917.04d2174-2) unstable; urgency=medium

  * Source upload for testing transition.

 -- Sascha Steinbiss <email address hidden>  Sun, 10 Nov 2019 16:33:23 +0100

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Focal release universe misc

Builds

Focal: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
golang-github-farsightsec-go-nmsg_0.0~git20190917.04d2174-2.dsc 2.1 KiB a89f43f75d27e27b63f7dab957ca72c1c02ffa76454436a27eef11a0b99b6aa4
golang-github-farsightsec-go-nmsg_0.0~git20190917.04d2174.orig.tar.xz 35.6 KiB 403cb5d51834914989332f4d7f0f8ed494d1ad7824f9fb6e77681389f301200c
golang-github-farsightsec-go-nmsg_0.0~git20190917.04d2174-2.debian.tar.xz 1.9 KiB 5e57744d1757289fbc2822fa7ad289ccf9cc15f970fa342320ee5774c8a2b53d

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