[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
08/09: gnu: Add guile-scheme-json-rpc.
From: |
guix-commits |
Subject: |
08/09: gnu: Add guile-scheme-json-rpc. |
Date: |
Tue, 10 Jan 2023 05:51:19 -0500 (EST) |
civodul pushed a commit to branch master
in repository guix.
commit 5ef6d3ea11bd87476dd3b566fd115348d2ca08c6
Author: Abhishek Cherath <abhi@quic.us>
AuthorDate: Sat Dec 31 02:28:14 2022 -0500
gnu: Add guile-scheme-json-rpc.
* gnu/packages/guile-xyz.scm (guile-scheme-json-rpc): New variable.
Co-authored-by: Ludovic Courtès <ludo@gnu.org>
---
gnu/packages/guile-xyz.scm | 32 ++++++++++++++++++++++++++++++++
1 file changed, 32 insertions(+)
diff --git a/gnu/packages/guile-xyz.scm b/gnu/packages/guile-xyz.scm
index cfb6fa97ec..3f84594014 100644
--- a/gnu/packages/guile-xyz.scm
+++ b/gnu/packages/guile-xyz.scm
@@ -1020,6 +1020,38 @@ It has a nice, simple s-expression based syntax.")
(name "guile2.2-sjson")
(inputs (list guile-2.2))))
+(define-public guile-scheme-json-rpc
+ (let ((commit "45ae6890f6619286f5679f88c094c88127b54c4a")
+ (revision "0")
+ (version "0.2.11"))
+ (package
+ (name "guile-scheme-json-rpc")
+ (version (git-version version revision commit))
+ (source (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://codeberg.org/rgherdt/scheme-json-rpc.git")
+ (commit commit)))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32
+ "0w4m8xx8yyj0rv0q57mjr8ja87l7yikscj33i3ck26wg7230ppa5"))))
+ (build-system gnu-build-system)
+ (arguments
+ `(#:phases (modify-phases %standard-phases
+ (add-after 'unpack 'change-to-guile-dir
+ (lambda _
+ (chdir "guile"))))))
+ (inputs (list guile-3.0 guile-json-3))
+ (native-inputs (list pkg-config))
+ (synopsis "Library providing JSON-RPC capability in Scheme")
+ (description
+ "This library implements parts of the
+@uref{https://www.jsonrpc.org/specification,JSON-RPC specification}, allowing
+for calling methods on remote servers by exchanging JSON objects.")
+ (home-page "https://codeberg.org/rgherdt/scheme-json-rpc/")
+ (license license:expat))))
+
(define-public guile-squee
(let ((commit "a151fd006fa819945ca1d4749b173854269b9f70")
(revision "3"))
- branch master updated (9b9004253b -> 4b50dccc63), guix-commits, 2023/01/10
- 01/09: gnu: gromacs: Update to 2022.4., guix-commits, 2023/01/10
- 03/09: gnu: neovim: Update to 0.8.2., guix-commits, 2023/01/10
- 04/09: services: git-daemon: Deprecate 'git-daemon-service' procedure., guix-commits, 2023/01/10
- 07/09: gnu: Add gophernicus., guix-commits, 2023/01/10
- 05/09: services: unattended-upgrade: Add 'operating-system-expression' field., guix-commits, 2023/01/10
- 02/09: gnu: gromacs: Remove input labels and use gexps., guix-commits, 2023/01/10
- 06/09: gnu: Add vger., guix-commits, 2023/01/10
- 08/09: gnu: Add guile-scheme-json-rpc.,
guix-commits <=
- 09/09: gnu: darktable: Update to 4.2.0., guix-commits, 2023/01/10