File: control

package info (click to toggle)
golang-github-mdlayher-ethernet 0.0~git20220221.529eae5-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, experimental, forky, sid, trixie
  • size: 120 kB
  • sloc: makefile: 3
file content (29 lines) | stat: -rw-r--r-- 1,211 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
Source: golang-github-mdlayher-ethernet
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders: Martina Ferrari <tina@debian.org>,
Section: golang
Testsuite: autopkgtest-pkg-go
Priority: optional
Build-Depends: debhelper-compat (= 13),
               dh-sequence-golang,
               golang-any,
               golang-github-mdlayher-packet-dev,
Standards-Version: 4.6.1
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-mdlayher-ethernet
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-mdlayher-ethernet.git
Homepage: https://github.com/mdlayher/ethernet
Rules-Requires-Root: no
XS-Go-Import-Path: github.com/mdlayher/ethernet

Package: golang-github-mdlayher-ethernet-dev
Architecture: all
Depends: golang-github-mdlayher-packet-dev,
         ${misc:Depends},
Multi-Arch: foreign
Description: 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/