1 2 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
|
Source: golang-github-malfunkt-iprange
Section: devel
Priority: optional
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders: Francisco Vilmar Cardoso Ruviaro <francisco.ruviaro@riseup.net>
Build-Depends: debhelper-compat (= 13),
dh-golang,
golang-any,
golang-github-pkg-errors-dev,
golang-github-stretchr-testify-dev
Standards-Version: 4.5.0
Rules-Requires-Root: no
Homepage: https://github.com/malfunkt/iprange
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-malfunkt-iprange
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-malfunkt-iprange.git
Testsuite: autopkgtest-pkg-go
XS-Go-Import-Path: github.com/malfunkt/iprange
Package: golang-github-malfunkt-iprange-dev
Architecture: all
Depends: golang-github-pkg-errors-dev,
golang-github-stretchr-testify-dev,
${misc:Depends}
Description: 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
|