golang-github-malfunkt-iprange 0.9.0-5 source package in Ubuntu

Changelog

golang-github-malfunkt-iprange (0.9.0-5) unstable; urgency=medium

  * Bump Standards-Version to 4.6.2.
  * Update packaging copyright years.
  * Update my email address.
  * Change section from devel to golang.

 -- Francisco Vilmar Cardoso Ruviaro <email address hidden>  Wed, 21 Jun 2023 17:53:09 +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

Builds

Mantic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
golang-github-malfunkt-iprange_0.9.0-5.dsc 2.3 KiB 141ea1bb4169a0d6800df27b2f395aa4a764cdd9015090886c4844b073560284
golang-github-malfunkt-iprange_0.9.0.orig.tar.gz 8.3 KiB e5ef7f67f06bb3a6d9221a6d30f37e3e808b94a42398a731c0e90b91daa1aa99
golang-github-malfunkt-iprange_0.9.0-5.debian.tar.xz 2.6 KiB faea63a9c8adb38851beb40f0f761e352ebf5f1625131402db8f5e2e68aed95e

Available diffs

No changes file available.

Binary packages built by this source

golang-github-malfunkt-iprange-dev: IPv4 address parser for the nmap format

 IPrange is a library can use to parse IPv4 addresses from a string
 in the nmap format.
 .
 IPrange takes a string, and returns a list of Min-Max pairs, which
 can then be expanded and normalized automatically by the package.
 .
 Supported Formats:
  - 10.0.0.1
  - 10.0.0.0/24
  - 10.0.0.*
  - 10.0.0.1-10
  - 10.0.0.1, 10.0.0.5-10, 192.168.1.*, 192.168.10.0/24