unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: "Artyom V. Poptsov" <poptsov.artyom@gmail.com>
To: 72810@debbugs.gnu.org
Cc: "Artyom V. Poptsov" <poptsov.artyom@gmail.com>
Subject: [bug#72810] [PATCH 3/4] gnu: Add go-github-com-libp2p-go-yamux-v4.
Date: Mon, 26 Aug 2024 00:23:36 +0300	[thread overview]
Message-ID: <47b11f65fcc7a7b008f0f76fc0de38d34bcb674d.1724620806.git.poptsov.artyom@gmail.com> (raw)
In-Reply-To: <cover.1724620806.git.poptsov.artyom@gmail.com>

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

Change-Id: I2c0303c8253bbadde69aee0f15a83fe504fd7b12
---
 gnu/packages/golang-web.scm | 28 ++++++++++++++++++++++++++++
 1 file changed, 28 insertions(+)

diff --git a/gnu/packages/golang-web.scm b/gnu/packages/golang-web.scm
index 28d5b89040..288d81b7dd 100644
--- a/gnu/packages/golang-web.scm
+++ b/gnu/packages/golang-web.scm
@@ -2324,6 +2324,34 @@ (define-public go-github-com-libp2p-go-reuseport
 operating systems.")
     (license license:isc)))
 
+(define-public go-github-com-libp2p-go-yamux-v4
+  (package
+    (name "go-github-com-libp2p-go-yamux-v4")
+    (version "4.0.1")
+    (source
+     (origin
+       (method git-fetch)
+       (uri (git-reference
+             (url "https://github.com/libp2p/go-yamux")
+             (commit (string-append "v" version))))
+       (file-name (git-file-name name version))
+       (sha256
+        (base32 "13px8fcjjp02cricabbf3x410jkr8sb6r369nqq1zrgr7v90s22j"))))
+    (build-system go-build-system)
+    (arguments
+     (list
+      #:import-path "github.com/libp2p/go-yamux/v4"))
+    (native-inputs (list go-github-com-stretchr-testify))
+    (propagated-inputs (list go-github-com-libp2p-go-buffer-pool))
+    (home-page "https://github.com/libp2p/go-yamux")
+    (synopsis "Reuse TCP/UDP ports in Golang")
+    (description
+     "Yamux (Yet another Multiplexer) is a multiplexing library for Golang.  It
+relies on an underlying connection to provide reliability and ordering, such as TCP
+or Unix domain sockets, and provides stream-oriented multiplexing.  It is inspired by
+SPDY but is not interoperable with it.")
+    (license (list license:mpl2.0 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-25 21:25 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-08-25 21:22 [bug#72810] [PATCH 0/4] Add four libp2p libraries Artyom V. Poptsov
2024-08-25 21:23 ` [bug#72810] [PATCH 1/4] gnu: Add go-github-com-libp2p-go-reuseport Artyom V. Poptsov
2024-08-25 21:23 ` [bug#72810] [PATCH 2/4] gnu: Add go-github-com-libp2p-go-libp2p-asn-util Artyom V. Poptsov
2024-08-25 21:23 ` Artyom V. Poptsov [this message]
2024-08-25 21:23 ` [bug#72810] [PATCH 4/4] gnu: Add go-github-com-libp2p-go-cidranger Artyom V. Poptsov
2024-08-26 23:42 ` bug#72810: [PATCH 0/4] Add four libp2p libraries 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

  List information: https://guix.gnu.org/

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

  git send-email \
    --in-reply-to=47b11f65fcc7a7b008f0f76fc0de38d34bcb674d.1724620806.git.poptsov.artyom@gmail.com \
    --to=poptsov.artyom@gmail.com \
    --cc=72810@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 public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).