guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

03/04: gnu: yajl: Improve description.


From: guix-commits
Subject: 03/04: gnu: yajl: Improve description.
Date: Mon, 12 Dec 2022 09:34:23 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit 776632c0be107efcb0fb83d3d4ac4a7282acea97
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun Dec 4 01:00:02 2022 +0100

    gnu: yajl: Improve description.
    
    * gnu/packages/web.scm (yajl)[synopsis, description]: Edit.  Mark up.
    Note generator.
---
 gnu/packages/web.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm
index f6e07f4247..d59a5c0a3c 100644
--- a/gnu/packages/web.scm
+++ b/gnu/packages/web.scm
@@ -1417,10 +1417,10 @@ style API.")
              (substitute* "test/parsing/run_tests.sh"
                (("`which echo`") (which "echo"))))))))
     (home-page "https://lloyd.github.io/yajl/";)
-    (synopsis "C library for parsing JSON")
+    (synopsis "C library for parsing and generating JSON")
     (description
-     "Yet Another JSON Library (YAJL) is a small event-driven (SAX-style) JSON
-parser written in ANSI C and a small validating JSON generator.")
+     "@acronym{YAJL, Yet Another JSON Library} is a small event-driven
+(SAX-style) JSON parser and validating generator written in ANSI C.")
     (license license:isc)))
 
 (define-public libyajl



reply via email to

[Prev in Thread] Current Thread [Next in Thread]