From: "Ludovic Courtès" <ludo@gnu.org>
To: Abhishek Cherath <abhi@quic.us>
Cc: 60444-done@debbugs.gnu.org
Subject: bug#60444: [PATCH] gnu: Add guile-scheme-json-rpc
Date: Tue, 10 Jan 2023 11:32:01 +0100 [thread overview]
Message-ID: <87cz7mof32.fsf@gnu.org> (raw)
In-Reply-To: <20221231072814.44746-1-abhi@quic.us> (Abhishek Cherath's message of "Sat, 31 Dec 2022 02:28:14 -0500")
[-- Attachment #1: Type: text/plain, Size: 355 bytes --]
Hi,
Abhishek Cherath <abhi@quic.us> skribis:
> * gnu/packages/guile-xyz.scm (guile-scheme-json-rpc): New variable.
Applied with the cosmetic changes below: keeping a more conventional
order for fields, and improving the description as per
<https://guix.gnu.org/manual/devel/en/html_node/Synopses-and-Descriptions.html>.
Thanks,
Ludo’.
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: Type: text/x-patch, Size: 2246 bytes --]
diff --git a/gnu/packages/guile-xyz.scm b/gnu/packages/guile-xyz.scm
index 9866b60b16..3f84594014 100644
--- a/gnu/packages/guile-xyz.scm
+++ b/gnu/packages/guile-xyz.scm
@@ -1027,6 +1027,15 @@ (define-public guile-scheme-json-rpc
(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
@@ -1035,21 +1044,13 @@ (define-public guile-scheme-json-rpc
(chdir "guile"))))))
(inputs (list guile-3.0 guile-json-3))
(native-inputs (list pkg-config))
- (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"))))
- (synopsis "Library providing json-rpc capability in scheme")
+ (synopsis "Library providing JSON-RPC capability in Scheme")
(description
- "Experimental implementation of https://www.jsonrpc.org/specification,
-allows for calling methods on remote servers by exchanging json objects.")
- (license license:expat)
- (home-page "https://codeberg.org/rgherdt/scheme-json-rpc/"))))
+ "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")
prev parent reply other threads:[~2023-01-10 10:53 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-12-31 7:28 [bug#60444] [PATCH] gnu: Add guile-scheme-json-rpc Abhishek Cherath
2023-01-10 10:32 ` Ludovic Courtès [this message]
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=87cz7mof32.fsf@gnu.org \
--to=ludo@gnu.org \
--cc=60444-done@debbugs.gnu.org \
--cc=abhi@quic.us \
/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).