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 34 35
|
Source: golang-github-mdlayher-netlink
Section: golang
Priority: optional
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders: Leo Antunes <costela@debian.org>,
Rules-Requires-Root: no
Build-Depends: debhelper-compat (= 13),
dh-sequence-golang,
golang-any (>= 2:1.21~),
golang-github-google-go-cmp-dev,
golang-github-mdlayher-socket-dev (>= 0.4.0),
golang-golang-x-net-dev,
golang-golang-x-sys-dev,
iproute2,
Testsuite: autopkgtest-pkg-go
Standards-Version: 4.7.2
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-mdlayher-netlink
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-mdlayher-netlink.git
Homepage: https://github.com/mdlayher/netlink
XS-Go-Import-Path: github.com/mdlayher/netlink
Package: golang-github-mdlayher-netlink-dev
Architecture: all
Multi-Arch: foreign
Depends: golang-github-google-go-cmp-dev,
golang-github-mdlayher-socket-dev (>= 0.4.0),
golang-golang-x-net-dev,
golang-golang-x-sys-dev,
${misc:Depends},
Description: low-level access to Linux netlink sockets (library)
The netlink package provides low-level access to Linux netlink sockets.
.
For more information about how netlink works, check out blog series on Linux,
Netlink, and Go
(https://mdlayher.com/blog/linux-netlink-and-go-part-1-netlink/).
|