[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
04/26: gnu: Add go-nhooyr-io-websocket.
From: |
guix-commits |
Subject: |
04/26: gnu: Add go-nhooyr-io-websocket. |
Date: |
Tue, 7 May 2024 18:24:50 -0400 (EDT) |
sharlatan pushed a commit to branch master
in repository guix.
commit e78fb8223f1ee8a68f5498040564870c1684a4d5
Author: Jesse Eisses <jesse@eisses.email>
AuthorDate: Fri Apr 26 10:01:50 2024 +0200
gnu: Add go-nhooyr-io-websocket.
* gnu/packages/golang-web.scm (go-nhooyr-io-websocket): New variable.
Change-Id: Ifced88b4d916b8593e4b65022cf419c8ae18a769
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
---
gnu/packages/golang-web.scm | 27 +++++++++++++++++++++++++++
1 file changed, 27 insertions(+)
diff --git a/gnu/packages/golang-web.scm b/gnu/packages/golang-web.scm
index f2a83226d4..d0f51cfd79 100644
--- a/gnu/packages/golang-web.scm
+++ b/gnu/packages/golang-web.scm
@@ -2093,6 +2093,33 @@ Signing and Encryption set of standards. This includes
support for JSON Web
Encryption, JSON Web Signature, and JSON Web Token standards.")
(license license:asl2.0)))
+(define-public go-nhooyr-io-websocket
+ (package
+ (name "go-nhooyr-io-websocket")
+ (version "1.8.11")
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/nhooyr/websocket")
+ (commit (string-append "v" version))))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "019pm2bkzwyvzl61127nqzihchk35q5xh57wy50aa2syn9214fxm"))))
+ (build-system go-build-system)
+ (arguments
+ (list
+ ;; Tests require additional dependencies like `wasmbrowsertest`.
+ #:tests? #f
+ #:import-path "nhooyr.io/websocket"))
+ (home-page "https://nhooyr.io/websocket")
+ (synopsis "Minimal and idiomatic WebSocket library for Go")
+ (description
+ "Package websocket implements the
+@@url{https://rfc-editor.org/rfc/rfc6455.html,RFC 6455} @code{WebSocket}
+protocol.")
+ (license license:isc)))
+
;;;
;;; Executables:
;;;
- 01/26: gnu: Add go-github-com-golang-jwt-jwt., (continued)
- 01/26: gnu: Add go-github-com-golang-jwt-jwt., guix-commits, 2024/05/07
- 08/26: gnu: Add go-git-sr-ht-emersion-go-sqlite3-fts5., guix-commits, 2024/05/07
- 06/26: gnu: go-github-com-mattn-go-sqlite3: Update to 1.14.22., guix-commits, 2024/05/07
- 13/26: gnu: go-github-com-prometheus-common: Update to 0.45.0., guix-commits, 2024/05/07
- 10/26: gnu: go-gopkg-in-irc-v3: Enable tests., guix-commits, 2024/05/07
- 16/26: gnu: Add soju., guix-commits, 2024/05/07
- 18/26: gnu: sqls: Use go-1.21., guix-commits, 2024/05/07
- 20/26: gnu: go-github-com-nbrownus-go-metrics-prometheus: Disable tests., guix-commits, 2024/05/07
- 24/26: gnu: go-git-sr-ht-emersion-go-scfg: Move to golang-xyz., guix-commits, 2024/05/07
- 02/26: gnu: Add go-github-com-sherclockholmes-webpush-go., guix-commits, 2024/05/07
- 04/26: gnu: Add go-nhooyr-io-websocket.,
guix-commits <=
- 15/26: gnu: go-github-com-matttproud-golang-protobuf-extensions-pbutil: Update to 2.0.0., guix-commits, 2024/05/07
- 22/26: gnu: go-git-sr-ht-sircmpwn-getopt: Move to golang-xyz., guix-commits, 2024/05/07
- 21/26: gnu: web: Remove syncthing module from used modules., guix-commits, 2024/05/07
- 26/26: gnu: kubo: Unbundle go-bazil-org-fuse., guix-commits, 2024/05/07
- 07/26: gnu: Add go-git-sr-ht-sircmpwn-go-bare., guix-commits, 2024/05/07
- 05/26: gnu: Add go-github-com-pires-go-proxyproto., guix-commits, 2024/05/07
- 09/26: gnu: Add python-irc-parser-tests., guix-commits, 2024/05/07
- 12/26: gnu: go-github-com-prometheus-client-model: Update to 0.5.0., guix-commits, 2024/05/07
- 25/26: gnu: Add go-bazil-org-fuse., guix-commits, 2024/05/07