gnu: yajl: Improve description.

* gnu/packages/web.scm (yajl)[synopsis, description]: Edit.  Mark up.
Note generator.
This commit is contained in:
Tobias Geerinckx-Rice 2022-12-04 01:00:02 +01:00
parent 2a779dc9bd
commit 776632c0be
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 3 additions and 3 deletions

View File

@ -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