| 12
 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
 36
 37
 38
 39
 40
 41
 42
 43
 44
 45
 46
 47
 48
 49
 50
 51
 52
 
 | Source: golang-github-insomniacslk-dhcp
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders: Shengjing Zhu <zhsj@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-github-hugelgupf-socketpair-dev,
               golang-github-jsimonetti-rtnetlink-dev,
               golang-github-mdlayher-netlink-dev,
               golang-github-mdlayher-packet-dev,
               golang-github-stretchr-testify-dev,
               golang-github-u-root-uio-dev (>= 0.0~git20240224.d2acac8-1~),
               golang-golang-x-net-dev,
               golang-golang-x-sys-dev,
Standards-Version: 4.7.2
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-insomniacslk-dhcp
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-insomniacslk-dhcp.git
Homepage: https://github.com/insomniacslk/dhcp
Rules-Requires-Root: no
XS-Go-Import-Path: github.com/insomniacslk/dhcp
Package: golang-github-insomniacslk-dhcp-dev
Architecture: all
Multi-Arch: foreign
Depends: golang-github-google-go-cmp-dev,
         golang-github-hugelgupf-socketpair-dev,
         golang-github-jsimonetti-rtnetlink-dev,
         golang-github-mdlayher-netlink-dev,
         golang-github-mdlayher-packet-dev,
         golang-github-stretchr-testify-dev,
         golang-github-u-root-uio-dev (>= 0.0~git20240224.d2acac8-1~),
         golang-golang-x-net-dev,
         golang-golang-x-sys-dev,
         ${misc:Depends},
Breaks: golang-github-coredhcp-coredhcp-dev (<< 0.0.0+git.20250806.f7e98e4-1)
Description: DHCPv6 and DHCPv4 packet library, client and server written in Go (library)
 DHCPv4 and DHCPv6 decoding/encoding library with client and server code,
 written in Go.
 .
 The library is split into several parts:
 .
  * dhcpv6: implementation of DHCPv6 packet, client and server
  * dhcpv4: implementation of DHCPv4 packet, client and server
  * netboot: network booting wrappers on top of dhcpv6 and dhcpv4
  * iana: several IANA constants, and helpers used by dhcpv6 and dhcpv4
  * rfc1035label: simple implementation of RFC1035 labels, used by dhcpv6
    and dhcpv4
  * interfaces, a thin layer of wrappers around network interfaces
 |