[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#56096] [PATCH 2/3] gnu: golang: Add go-github-com-sourcegraph-jsonr
From: |
muradm |
Subject: |
[bug#56096] [PATCH 2/3] gnu: golang: Add go-github-com-sourcegraph-jsonrpc2 0.1.0. |
Date: |
Sun, 19 Jun 2022 18:34:52 +0300 |
* gnu/packages/golang.scm (go-github-com-sourcegraph-jsonrpc2): New variable.
---
gnu/packages/golang.scm | 25 +++++++++++++++++++++++++
1 file changed, 25 insertions(+)
diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm
index b6960f2a26..614751e727 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -9865,3 +9865,28 @@ (define-public go-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)))
+
+(define-public go-github-com-sourcegraph-jsonrpc2
+ (package
+ (name "go-github-com-sourcegraph-jsonrpc2")
+ (version "0.1.0")
+ (home-page "https://github.com/sourcegraph/jsonrpc2")
+ (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
"1dk0w32k96vxrwnmm24wqx337dn8ylch65qwrbc3wh7whw2xx71q"))))
+ (build-system go-build-system)
+ (arguments
+ '(#:import-path "github.com/sourcegraph/jsonrpc2"))
+ (propagated-inputs
+ `(("go-github-com-daviddengcn-go-colortext"
,go-github-com-daviddengcn-go-colortext)
+ ("go-github-com-motemen-go-colorine" ,go-github-com-motemen-go-colorine)
+ ("go-github-com-gorilla-websocket" ,go-github-com-gorilla-websocket)))
+ (synopsis "Provides a client and server implementation of JSON-RPC 2.0")
+ (description
+ "Package jsonrpc2 provides a Go implementation of JSON-RPC 2.0.")
+ (license license:expat)))
--
2.36.1
- [bug#56096] [PATCH 0/3] SQL language server, muradm, 2022/06/19
- [bug#56096] [PATCH 2/3] gnu: golang: Add go-github-com-sourcegraph-jsonrpc2 0.1.0.,
muradm <=
- [bug#56096] [PATCH 3/3] gnu: databases: Add sqls 0.2.18., muradm, 2022/06/19
- [bug#56096] [PATCH 3/3] gnu: databases: Add sqls 0.2.18., Maxime Devos, 2022/06/19
- [bug#56096] [PATCH v2 0/3] Re: [bug#56096] [PATCH 3/3] gnu: databases: Add sqls 0.2.18., muradm, 2022/06/20
- [bug#56096] [PATCH v2 1/3] gnu: golang: Add go-github-com-gorilla-websocket 1.5.0., muradm, 2022/06/20
- [bug#56096] [PATCH v2 2/3] gnu: golang: Add go-github-com-sourcegraph-jsonrpc2 0.1.0., muradm, 2022/06/20
- [bug#56096] [PATCH v2 3/3] gnu: databases: Add sqls 0.2.18., muradm, 2022/06/20
- [bug#56096] [PATCH v2 3/3] gnu: databases: Add sqls 0.2.18., Liliana Marie Prikler, 2022/06/20
- [bug#56096] [PATCH v2 3/3] gnu: databases: Add sqls 0.2.18., muradm, 2022/06/20
[bug#56096] [PATCH 3/3] gnu: databases: Add sqls 0.2.18., Maxime Devos, 2022/06/19
[bug#56096] [PATCH 1/3] gnu: golang: Add go-github-com-gorilla-websocket 1.5.0., muradm, 2022/06/19