gnu: Add go-github-com-libp2p-go-libp2p-asn-util.
* gnu/packages/golang-web.scm (go-github-com-libp2p-go-libp2p-asn-util): New variable. Change-Id: Ieb69266f5d637fcbe6b7b5ef1f687852a1a8df20 Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
This commit is contained in:
parent
d09b78904a
commit
346fb50dd2
@ -2689,6 +2689,36 @@ router.")
|
|||||||
faster (and only does simple bandwidth metrics).")
|
faster (and only does simple bandwidth metrics).")
|
||||||
(license license:expat)))
|
(license license:expat)))
|
||||||
|
|
||||||
|
(define-public go-github-com-libp2p-go-libp2p-asn-util
|
||||||
|
(package
|
||||||
|
(name "go-github-com-libp2p-go-libp2p-asn-util")
|
||||||
|
(version "0.4.1")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method git-fetch)
|
||||||
|
(uri (git-reference
|
||||||
|
(url "https://github.com/libp2p/go-libp2p-asn-util")
|
||||||
|
(commit (string-append "v" version))))
|
||||||
|
(file-name (git-file-name name version))
|
||||||
|
(sha256
|
||||||
|
(base32 "1c94sq43bl1kp04lllcfrfyiy5z3zcfz0s65sm1vgb2s40zrwpr7"))))
|
||||||
|
(build-system go-build-system)
|
||||||
|
(arguments
|
||||||
|
(list
|
||||||
|
#:import-path "github.com/libp2p/go-libp2p-asn-util"))
|
||||||
|
(native-inputs
|
||||||
|
(list go-github-com-stretchr-testify))
|
||||||
|
(propagated-inputs
|
||||||
|
(list go-golang-org-x-exp))
|
||||||
|
(home-page "https://github.com/libp2p/go-libp2p-asn-util")
|
||||||
|
(synopsis "Golang library for IP to ASN mapping")
|
||||||
|
(description
|
||||||
|
"@code{go-libp2p-asn-util} is a Golang library to lookup the
|
||||||
|
@acronym{ASN, Autonomous System Number} for an IP address. It uses the IPv6
|
||||||
|
to ASN database downloaded from https://iptoasn.com/. Supports only IPv6
|
||||||
|
addresses for now.")
|
||||||
|
(license license:expat)))
|
||||||
|
|
||||||
(define-public go-github-com-libp2p-go-nat
|
(define-public go-github-com-libp2p-go-nat
|
||||||
(package
|
(package
|
||||||
(name "go-github-com-libp2p-go-nat")
|
(name "go-github-com-libp2p-go-nat")
|
||||||
|
Loading…
Reference in New Issue
Block a user