Binary package “golang-github-malfunkt-iprange-dev” in ubuntu noble

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