From 776632c0be107efcb0fb83d3d4ac4a7282acea97 Mon Sep 17 00:00:00 2001 From: Tobias Geerinckx-Rice Date: Sun, 4 Dec 2022 01:00:02 +0100 Subject: [PATCH] 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