[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
135/172: gnu: Add go-github-com-xtaci-smux.
From: |
guix-commits |
Subject: |
135/172: gnu: Add go-github-com-xtaci-smux. |
Date: |
Sat, 9 Nov 2024 16:45:08 -0500 (EST) |
sharlatan pushed a commit to branch master
in repository guix.
commit bdf729ab1eed9d2ecfd2f18e4ea6dbbfa90b2bb8
Author: Sharlatan Hellseher <sharlatanus@gmail.com>
AuthorDate: Sun Sep 22 13:10:52 2024 +0100
gnu: Add go-github-com-xtaci-smux.
* gnu/packages/golang-web.scm (go-github-com-xtaci-smux): New variable.
Change-Id: I62ddb7898eba295ba773579dcd84704e54f2d408
---
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 7d7ab217e1..553107157e 100644
--- a/gnu/packages/golang-web.scm
+++ b/gnu/packages/golang-web.scm
@@ -5744,6 +5744,34 @@ programming language.")
programming language, which supports draft-04, draft-06 and draft-07.")
(license license:asl2.0)))
+(define-public go-github-com-xtaci-smux
+ (package
+ (name "go-github-com-xtaci-smux")
+ (version "1.5.30")
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/xtaci/smux")
+ (commit (string-append "v" version))))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "1i4h672vmg2b4p8hkbhpsp8p2nk4d3qm6vf76yly389l2zb7h4l3"))))
+ (build-system go-build-system)
+ (arguments
+ (list
+ #:import-path "github.com/xtaci/smux"))
+ (home-page "https://github.com/xtaci/smux")
+ (synopsis "Introduction")
+ (description
+ "Smux (@strong{S}imple @strong{MU}ltiple@strong{X}ing) is a multiplexing
+library for Golang. It relies on an underlying connection to provide
+reliability and ordering, such as TCP or
+@url{https://github.com/xtaci/kcp-go,KCP}, and provides stream-oriented
+multiplexing. The original intention of this library is to power the
+connection management for @url{https://github.com/xtaci/kcp-go,kcp-go}.")
+ (license license:expat)))
+
(define-public go-go-opentelemetry-io-otel
(package
(name "go-go-opentelemetry-io-otel")
- 05/172: gnu: go-github-com-gogs-chardet: Move to golang-xyz., (continued)
- 05/172: gnu: go-github-com-gogs-chardet: Move to golang-xyz., guix-commits, 2024/11/09
- 07/172: gnu: go-github-com-jaytaylor-html2text: Enable tests., guix-commits, 2024/11/09
- 12/172: gnu: Add go-github-com-deckarep-golang-set-v2., guix-commits, 2024/11/09
- 15/172: gnu: go-github-com-aws-aws-sdk-go-v2: Update to 1.30.5., guix-commits, 2024/11/09
- 138/172: gnu: go-github.com-smartystreets-goconvey: Rename variable., guix-commits, 2024/11/09
- 22/172: import/go: Add diagnostics., guix-commits, 2024/11/09
- 149/172: gnu: Add go-github-com-cretz-bine., guix-commits, 2024/11/09
- 140/172: gnu: Add go-github-com-smarty-gunit., guix-commits, 2024/11/09
- 136/172: gnu: Add go-github-com-xtaci-lossyconn., guix-commits, 2024/11/09
- 153/172: gnu: go-github-com-operatorfoundation-shapeshifter-transports: Fix build., guix-commits, 2024/11/09
- 135/172: gnu: Add go-github-com-xtaci-smux.,
guix-commits <=
- 144/172: gnu: go-github-com-sevlyar-go-daemon: Update to 0.1.6., guix-commits, 2024/11/09