summaryrefslogtreecommitdiff
path: root/gnu/packages/web.scm
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2022-12-04 01:00:02 +0100
committerTobias Geerinckx-Rice <me@tobias.gr>2022-12-11 01:00:00 +0100
commit776632c0be107efcb0fb83d3d4ac4a7282acea97 (patch)
tree56d82ac08e89c8cb0ec8503265839eee303e5f4d /gnu/packages/web.scm
parent2a779dc9bdb10fbac4d2a43837e35e6558d1a6e9 (diff)
gnu: yajl: Improve description.
* gnu/packages/web.scm (yajl)[synopsis, description]: Edit. Mark up. Note generator.
Diffstat (limited to 'gnu/packages/web.scm')
-rw-r--r--gnu/packages/web.scm6
1 files 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