Source: golang-github-mdlayher-netlink Maintainer: Debian Go Packaging Team Uploaders: Leo Antunes Section: devel Testsuite: autopkgtest-pkg-go Priority: optional Build-Depends: debhelper-compat (= 13), dh-golang, golang-any (>= 2:1.18~), golang-github-google-go-cmp-dev, golang-github-josharian-native-dev, golang-github-mdlayher-socket-dev (>= 0.4.0), golang-golang-x-net-dev, golang-golang-x-sys-dev, iproute2 Standards-Version: 4.6.1 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 Rules-Requires-Root: no XS-Go-Import-Path: github.com/mdlayher/netlink Package: golang-github-mdlayher-netlink-dev Architecture: all Depends: golang-github-google-go-cmp-dev, golang-github-josharian-native-dev, golang-github-mdlayher-socket-dev (>= 0.4.0), golang-golang-x-net-dev, golang-golang-x-sys-dev, ${misc:Depends} Multi-Arch: foreign 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/).