all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: "Artyom V. Poptsov" <poptsov.artyom@gmail.com>
To: 72565@debbugs.gnu.org
Cc: "Artyom V. Poptsov" <poptsov.artyom@gmail.com>
Subject: [bug#72565] [PATCH 6/7] gnu: Add go-github-com-libp2p-go-netroute.
Date: Sun, 11 Aug 2024 00:09:57 +0300	[thread overview]
Message-ID: <2607d3f8a071d5de433851c383cbadd94f3d6c61.1723324012.git.poptsov.artyom@gmail.com> (raw)
In-Reply-To: <cover.1723324012.git.poptsov.artyom@gmail.com>

* gnu/packages/golang-web.scm (go-github-com-libp2p-go-netroute): New variable.

Change-Id: I46ed313a1c96cf5b9d126fa48791351a13d66f32
---
 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 3fb58cdc55..27a2a2d4ed 100644
--- a/gnu/packages/golang-web.scm
+++ b/gnu/packages/golang-web.scm
@@ -2070,6 +2070,36 @@ (define-public go-github-com-koron-go-ssdp
 Simple Service Discovery Protocol} (SSDP) library for Golang.")
     (license license:expat)))
 
+(define-public go-github-com-libp2p-go-netroute
+  (package
+    (name "go-github-com-libp2p-go-netroute")
+    (version "0.2.1")
+    (source
+     (origin
+       (method git-fetch)
+       (uri (git-reference
+             (url "https://github.com/libp2p/go-netroute")
+             (commit (string-append "v" version))))
+       (file-name (git-file-name name version))
+       (sha256
+        (base32 "06p68j63fd5nf2gf1fz2pnksmdmv735swpbpvnhb15vrgg3r528g"))))
+    (build-system go-build-system)
+    (arguments
+     (list
+      #:tests? #f ;Tests require networking.
+      #:import-path "github.com/libp2p/go-netroute"))
+    (propagated-inputs (list go-github-com-google-gopacket
+                             go-golang-org-x-net
+                             go-golang-org-x-sys))
+    (home-page "https://github.com/libp2p/go-netroute")
+    (synopsis "Routing table abstraction library for Golang")
+    (description
+     "@code{go-netroute} is a cross-platform implementation of the
+@url{https://godoc.org/github.com/google/gopacket/routing#Router,
+gopacket/routing.Router} interface for Golang.  It is derived from @code{gopacket}
+for GNU/Linux, @code{x/net/route} for Mac, and @code{iphlpapi.dll} for Windows.")
+    (license license:bsd-3)))
+
 (define-public go-github-com-makeworld-the-better-one-go-gemini
   (package
     (name "go-github-com-makeworld-the-better-one-go-gemini")
-- 
2.45.2





  parent reply	other threads:[~2024-08-10 21:12 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-08-10 21:08 [bug#72565] [PATCH 0/7] Add some networking libraries for Golang Artyom V. Poptsov
2024-08-10 21:09 ` [bug#72565] [PATCH 1/7] gnu: Add go-github-com-ipfs-go-verifcid Artyom V. Poptsov
2024-08-10 21:09 ` [bug#72565] [PATCH 2/7] gnu: Add go-github-com-libp2p-go-buffer-pool Artyom V. Poptsov
2024-08-10 21:09 ` [bug#72565] [PATCH 3/7] gnu: Add go-github-com-libp2p-go-msgio Artyom V. Poptsov
2024-08-10 21:09 ` [bug#72565] [PATCH 4/7] gnu: Add go-github-com-huin-goupnp Artyom V. Poptsov
2024-08-10 21:09 ` [bug#72565] [PATCH 5/7] gnu: Add go-github-com-koron-go-ssdp Artyom V. Poptsov
2024-08-10 21:09 ` Artyom V. Poptsov [this message]
2024-08-10 21:09 ` [bug#72565] [PATCH 7/7] gnu: Add go-github-com-libp2p-go-nat Artyom V. Poptsov
2024-08-21 13:55 ` bug#72565: [PATCH 0/7] Add some networking libraries for Golang Sharlatan Hellseher

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=2607d3f8a071d5de433851c383cbadd94f3d6c61.1723324012.git.poptsov.artyom@gmail.com \
    --to=poptsov.artyom@gmail.com \
    --cc=72565@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.