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 30 31 32 33
|
Source: golang-github-mdlayher-netx
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders: Mathias Gibbens <gibmat@debian.org>
Section: golang
Testsuite: autopkgtest-pkg-go
Priority: optional
Build-Depends: debhelper-compat (= 13),
dh-golang,
golang-any,
golang-github-google-go-cmp-dev,
golang-golang-x-net-dev,
golang-golang-x-sync-dev
Standards-Version: 4.6.2
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-mdlayher-netx
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-mdlayher-netx.git
Homepage: https://github.com/mdlayher/netx
Rules-Requires-Root: no
XS-Go-Import-Path: github.com/mdlayher/netx
Package: golang-github-mdlayher-netx-dev
Architecture: all
Multi-Arch: foreign
Depends: golang-github-google-go-cmp-dev,
golang-golang-x-net-dev,
golang-golang-x-sync-dev,
${misc:Depends}
Description: Collection of small Go networking packages (library)
Collection of small Go networking packages:
* eui64 enables creation and parsing of Modified EUI-64 format
interface identifiers, as described in RFC 4291, Section 2.5.1
* multinet allows combining multiple package net types into one
* rfc4193 implements Unique Local IPv6 Unicast Address prefix
generation, as described in RFC 4193
|