diff options
author | Ludovic Courtès <ludo@gnu.org> | 2017-02-02 11:34:48 +0100 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2017-02-03 00:23:28 +0100 |
commit | 0f31d4f07f8203305c486da76cdeee57ae8a4efc (patch) | |
tree | 8e3cb7ab4e341a687655f88cd84c7fb855e3b3dd | |
parent | feeeee241868e39d102f074805b38d6621435f25 (diff) |
gnu: guile-json: Texinfoify description.
* gnu/packages/guile.scm (guile-json)[description]: Use Texinfo markup.
-rw-r--r-- | gnu/packages/guile.scm | 15 |
1 files changed, 9 insertions, 6 deletions
diff --git a/gnu/packages/guile.scm b/gnu/packages/guile.scm index ba45a6389b..7307823457 100644 --- a/gnu/packages/guile.scm +++ b/gnu/packages/guile.scm @@ -637,12 +637,15 @@ for Guile\".") (home-page "http://savannah.nongnu.org/projects/guile-json/") (synopsis "JSON module for Guile") (description - "Guile-json supports parsing and building JSON documents according to the -http:://json.org specification. These are the main features: -- Strictly complies to http://json.org specification. -- Build JSON documents programmatically via macros. -- Unicode support for strings. -- Allows JSON pretty printing.") + "Guile-JSON supports parsing and building JSON documents according to the +specification. These are the main features: + +@itemize +@item Strictly complies to @uref{http://json.org, specification}. +@item Build JSON documents programmatically via macros. +@item Unicode support for strings. +@item Allows JSON pretty printing. +@end itemize\n") (license lgpl3+))) (define-public guile2.2-json |