unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: muradm <mail@muradm.net>
To: 56096@debbugs.gnu.org
Subject: [bug#56096] [PATCH 1/3] gnu: golang: Add go-github-com-gorilla-websocket 1.5.0.
Date: Sun, 19 Jun 2022 18:34:51 +0300	[thread overview]
Message-ID: <20220619153453.5273-1-mail@muradm.net> (raw)
In-Reply-To: <20220619152833.5071-1-mail@muradm.net>

* gnu/packages/golang.scm (go-github-com-gorilla-websocket): New variable.
---
 gnu/packages/golang.scm | 22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)

diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm
index 296f0b8b07..b6960f2a26 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -34,6 +34,7 @@
 ;;; Copyright © 2021 Philip McGrath <philip@philipmcgrath.com>
 ;;; Copyright © 2021 Lu Hui <luhux76@gmail.com>
 ;;; Copyright © 2022 Pier-Hugues Pellerin <phpellerin@gmail.com>
+;;; Copyright © 2022 muradm <mail@muradm.net>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -9843,3 +9844,24 @@ (define-public go-github-com-google-go-jsonnet
 production-ready implementation, compatible with the original Jsonnet C++
 implementation.")
     (license license:asl2.0)))
+
+(define-public go-github-com-gorilla-websocket
+  (package
+    (name "go-github-com-gorilla-websocket")
+    (version "1.5.0")
+    (home-page "https://github.com/gorilla/websocket")
+    (source (origin
+              (method git-fetch)
+              (uri (git-reference
+                    (url home-page)
+                    (commit (string-append "v" version))))
+              (file-name (git-file-name name version))
+              (sha256
+               (base32
+                "1xrr6snvs9g1nzxxg05w4i4pq6k1xjljl5mvavd838qc468n118i"))))
+    (build-system go-build-system)
+    (arguments
+     `(#:import-path "github.com/gorilla/websocket"))
+    (synopsis "A fast, well-tested and widely used WebSocket implementation for Go.")
+    (description "Gorilla WebSocket is a Go implementation of the WebSocket protocol.")
+    (license license:bsd-2)))
-- 
2.36.1





  reply	other threads:[~2022-06-19 15:36 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-06-19 15:28 [bug#56096] [PATCH 0/3] SQL language server muradm
2022-06-19 15:34 ` muradm [this message]
2022-06-19 15:34 ` [bug#56096] [PATCH 2/3] gnu: golang: Add go-github-com-sourcegraph-jsonrpc2 0.1.0 muradm
2022-06-19 15:34 ` [bug#56096] [PATCH 3/3] gnu: databases: Add sqls 0.2.18 muradm
2022-06-19 17:07   ` Maxime Devos
2022-06-20  4:22     ` [bug#56096] [PATCH v2 0/3] " muradm
2022-06-20  4:22       ` [bug#56096] [PATCH v2 1/3] gnu: golang: Add go-github-com-gorilla-websocket 1.5.0 muradm
2022-06-20  4:22       ` [bug#56096] [PATCH v2 2/3] gnu: golang: Add go-github-com-sourcegraph-jsonrpc2 0.1.0 muradm
2022-06-20  4:22       ` [bug#56096] [PATCH v2 3/3] gnu: databases: Add sqls 0.2.18 muradm
2022-06-20  9:39         ` Liliana Marie Prikler
2022-06-20 11:25           ` muradm
2022-07-02 21:05       ` bug#56096: [PATCH 0/3] SQL language server Ludovic Courtès
2022-06-19 17:07   ` [bug#56096] [PATCH 3/3] gnu: databases: Add sqls 0.2.18 Maxime Devos

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=20220619153453.5273-1-mail@muradm.net \
    --to=mail@muradm.net \
    --cc=56096@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).