golang-github-mdlayher-raw 0.1.0-2 source package in Ubuntu

Changelog

golang-github-mdlayher-raw (0.1.0-2) unstable; urgency=medium

  * Team upload
  * Refactor debian/watch now that upstream uses tags
  * Bump Standards-Version to 4.6.2 (no changes)

 -- Daniel Swarbrick <email address hidden>  Fri, 16 Jun 2023 11:05:32 +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

Builds

Mantic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
golang-github-mdlayher-raw_0.1.0-2.dsc 2.3 KiB 4489b7320cdca1e0221ddd8db782a35f1bd90998b9cd7ce0badb9a21a6cfd693
golang-github-mdlayher-raw_0.1.0.orig.tar.gz 10.5 KiB 1296dc0b11cc58af199d416155a7a4d36d5b6e3599a8106b5ccca0746788b52e
golang-github-mdlayher-raw_0.1.0-2.debian.tar.xz 2.7 KiB 22aec891ab8dc281374abd956731258e82dffdc168c13ace5e78e84f59031c60

Available diffs

No changes file available.

Binary packages built by this source

golang-github-mdlayher-raw-dev: Read and write data at the raw network interface device level

 Raw is a golang package to access raw network sockets and read and write data
 directly to the wire.
 .
 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/
 .
 The upstream project was deprecated with the release of v0.1.0, and the
 successor project github.com/mdlayher/packet should be used instead.