golang-github-apparentlymart-go-cidr 1.1.0-2 source package in Ubuntu

Changelog

golang-github-apparentlymart-go-cidr (1.1.0-2) unstable; urgency=medium

  [ Debian Janitor ]
  * Remove constraints unnecessary since buster:
    + Build-Depends: Drop versioned constraint on debhelper.
  * Bump debhelper dependency to >= 11, since that's what is used in
    debian/compat.
  * Bump debhelper from old 11 to 13.
  * Set debhelper-compat version in Build-Depends.
  * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository,
    Repository-Browse.
  * Update standards version to 4.5.1, no changes needed.

 -- Jelmer Vernooij <email address hidden>  Tue, 29 Nov 2022 18:39:16 +0000

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-apparentlymart-go-cidr_1.1.0-2.dsc 2.3 KiB 1a8a6ce1582f9b5923bc08b998680f2acd94e8b51b56055b4d1f9ee661669aad
golang-github-apparentlymart-go-cidr_1.1.0.orig.tar.gz 6.1 KiB 359897e7e89bf1d8efa69ae5ec490c0a88ba4892fffbf94b17244355e0893503
golang-github-apparentlymart-go-cidr_1.1.0-2.debian.tar.xz 2.8 KiB 307a009c7068b5fa8560f728fac2d34826c828a292119b6bd596f81c138a0ecb

Available diffs

No changes file available.

Binary packages built by this source

golang-github-apparentlymart-go-cidr-dev: manipulations of CIDR netmasks and their associated addresses

 This Go package is a collection of assorted utilities for computing network
 and host addresses within network ranges.
 .
 It expects a CIDR-type address structure where addresses are divided into
 some number of prefix bits representing the network and then the remaining
 suffix bits represent the host.
 .
 For example, it can help to calculate addresses for sub-networks of a parent
 network, or to calculate host addresses within a particular prefix.
 .
 At present this package is prioritizing simplicity of implementation and
 de-prioritizing speed and memory usage. Thus caution is advised before using
 this package in performance-critical applications or hot codepaths.
 Patches to improve the speed and memory usage may be accepted as long as they
 do not result in a significant increase in code complexity.