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

Changelog

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

  * Team upload

  [ Daniel Swarbrick ]
  * New upstream release
  * Update long description with notice of upstream project deprecation
  * d/control: replace dh-golang with dh-sequence-golang

  [ Debian Janitor ]
  * Set upstream metadata fields: Repository-Browse.
  * Update standards version to 4.6.1, no changes needed.
  * Add Multi-Arch: foreign

 -- Daniel Swarbrick <email address hidden>  Fri, 16 Dec 2022 22:14:40 +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
Lunar release universe misc

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
golang-github-mdlayher-raw_0.1.0-1.dsc 2.3 KiB a84e79ef321497f8c76a2d45d86cc60f8a8060027afd9092bb7cfaceaa91cfdc
golang-github-mdlayher-raw_0.1.0.orig.tar.gz 10.5 KiB 1296dc0b11cc58af199d416155a7a4d36d5b6e3599a8106b5ccca0746788b52e
golang-github-mdlayher-raw_0.1.0-1.debian.tar.xz 2.7 KiB 0f4ea3b4dc75158438c73ef838bb0589df2c6fdf7995d518beb22287c44da840

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.