File: control

package info (click to toggle)
golang-go4-netipx 0.0~git20231129.fdeea32-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 192 kB
  • sloc: makefile: 2
file content (35 lines) | stat: -rw-r--r-- 1,209 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
30
31
32
33
34
35
Source: golang-go4-netipx
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders:
 Thomas Goirand <zigo@debian.org>,
Section: golang
Testsuite: autopkgtest-pkg-go
Priority: optional
Build-Depends:
 debhelper-compat (= 13),
 dh-golang,
 golang-any,
Standards-Version: 4.6.0
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-go4-netipx
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-go4-netipx.git
Homepage: https://github.com/go4org/netipx
Rules-Requires-Root: no
XS-Go-Import-Path: go4.org/netipx

Package: golang-go4-netipx-dev
Architecture: all
Multi-Arch: foreign
Depends:
 ${misc:Depends},
Description: extra stuff from inet.af/netaddr that didn't make it into Go's net/netip
 This is a package containing the bits of the old inet.af/netaddr package
 that didn't make it into Go 1.18's net/netip standard library package.
 .
 As background, see:
 .
  * https://github.com/inetaf/netaddr/ (now deprecated)
  * https://tailscale.com/blog/netaddr-new-ip-type-for-go/ - blog post about
    why the package came to be originally
  * https://go.dev/doc/go1.18#netip - Go 1.18 release notes
 .
 This package requires Go 1.18+ to use and complements the net/netip.