File: control

package info (click to toggle)
golang-github-wlynxg-anet 0.0.5-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 5,472 kB
  • sloc: makefile: 2
file content (24 lines) | stat: -rw-r--r-- 1,008 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
Source: golang-github-wlynxg-anet
Section: golang
Priority: optional
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders: John Goerzen <jgoerzen@complete.org>
Rules-Requires-Root: no
Build-Depends: debhelper-compat (= 13),
               dh-sequence-golang,
               golang-go (>= 2:1.20~0)
Testsuite: autopkgtest-pkg-go
Standards-Version: 4.6.2
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-wlynxg-anet
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-wlynxg-anet.git
Homepage: https://github.com/wlynxg/anet
XS-Go-Import-Path: github.com/wlynxg/anet

Package: golang-github-wlynxg-anet-dev
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends}
Description: Network abstraction layer supporting Android and Linux
 Due to some platform differences, certain Go code requires different
 methods of using NETLINK sockets on Android vs. other platforms.  This
 library is an abstraction that allows Go programs to work with both.