guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

11/15: gnu: Add go-github-com-libp2p-go-libp2p-asn-util.


From: guix-commits
Subject: 11/15: gnu: Add go-github-com-libp2p-go-libp2p-asn-util.
Date: Mon, 26 Aug 2024 19:37:50 -0400 (EDT)

sharlatan pushed a commit to branch master
in repository guix.

commit 346fb50dd2a20f9fc19082ca4a31fc7631b63dc7
Author: Artyom V. Poptsov <poptsov.artyom@gmail.com>
AuthorDate: Mon Aug 26 00:23:35 2024 +0300

    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>
---
 gnu/packages/golang-web.scm | 30 ++++++++++++++++++++++++++++++
 1 file changed, 30 insertions(+)

diff --git a/gnu/packages/golang-web.scm b/gnu/packages/golang-web.scm
index 532a1e82db..dd156aac70 100644
--- a/gnu/packages/golang-web.scm
+++ b/gnu/packages/golang-web.scm
@@ -2689,6 +2689,36 @@ router.")
 faster (and only does simple bandwidth metrics).")
     (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
   (package
     (name "go-github-com-libp2p-go-nat")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]