golang-github-mdlayher-ethernet 0.0~git20220221.529eae5-1 source package in Ubuntu

Changelog

golang-github-mdlayher-ethernet (0.0~git20220221.529eae5-1) unstable; urgency=medium

  * Team upload

  [ Daniel Swarbrick ]
  * New upstream git snapshot
  * Add new dependency golang-github-mdlayher-packet-dev
  * Update Standards-Version to 4.6.1 (no changes)
  * d/control: replace dh-golang with dh-sequence-golang
  * d/control: change Section to golang

  [ Debian Janitor ]
  * Add Multi-Arch: foreign

 -- Daniel Swarbrick <email address hidden>  Sat, 17 Dec 2022 01:43:59 +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
Oracular release universe misc
Noble release universe misc
Mantic release universe misc
Lunar release universe misc

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
golang-github-mdlayher-ethernet_0.0~git20220221.529eae5-1.dsc 2.4 KiB 6ec8d83a53e61a9ccf41cbbad176467630a242d0b66b844fb869d1388bed6067
golang-github-mdlayher-ethernet_0.0~git20220221.529eae5.orig.tar.gz 10.0 KiB 98320353d936c181d4e9244018da0261ac273c99d86976e1b2f3c3e3aa71272e
golang-github-mdlayher-ethernet_0.0~git20220221.529eae5-1.debian.tar.xz 2.4 KiB b3465a412c7a872ebb15834ee8a01b4cb4296b4e568fbbc4120050e92450a46e

No changes file available.

Binary packages built by this source

golang-github-mdlayher-ethernet-dev: Marshaling and unmarshaling of Ethernet frames and VLAN tags

 Package ethernet implements marshaling and unmarshaling of IEEE 802.3 Ethernet
 II frames and IEEE 802.1Q VLAN tags.
 .
 For more information about using raw sockets with Ethernet frames in
 Go, the author has published
 https://mdlayher.com/blog/network-protocol-breakdown-ethernet-and-go/