golang-github-insomniacslk-dhcp 0.0~git20220915.043f172-2 source package in Ubuntu

Changelog

golang-github-insomniacslk-dhcp (0.0~git20220915.043f172-2) unstable; urgency=medium

  [ Debian Janitor ]
  * Set upstream metadata fields: Repository, Repository-Browse.

 -- Jelmer Vernooij <email address hidden>  Fri, 21 Oct 2022 10:05:18 +0100

Upload details

Uploaded by:
Debian Go Packaging Team
Uploaded to:
Sid
Original maintainer:
Debian Go Packaging Team
Architectures:
all
Section:
golang
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc
Noble release universe misc
Mantic release universe misc
Lunar release universe misc

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
golang-github-insomniacslk-dhcp_0.0~git20220915.043f172-2.dsc 2.6 KiB 5a91000d61be07c95b6b54333ad462dca2f834d3888fa7e3a7c25ffbb07e45af
golang-github-insomniacslk-dhcp_0.0~git20220915.043f172.orig.tar.gz 145.0 KiB 5d2d7cf6b3c2154dc5a70c4e80eb9a59c8bd642fcbaa30e6b84d0469d605e617
golang-github-insomniacslk-dhcp_0.0~git20220915.043f172-2.debian.tar.xz 3.1 KiB e5277a5273210a15ae478edcff21ad2e7dfc5896667ee48da92fc23b0535fef9

No changes file available.

Binary packages built by this source

golang-github-insomniacslk-dhcp-dev: 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