mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-24 11:39:46 -05:00
gnu: json-glib: Update synopsis and description.
* gnu/packages/gnome.scm (json-glib) [synopsis]: Modify. [description]: Modify. Signed-off-by: Léo Le Bouter <lle-bout@zaclys.net>
This commit is contained in:
parent
b0e5b89976
commit
5a02cc8e64
1 changed files with 4 additions and 7 deletions
|
@ -4604,13 +4604,10 @@ (define-public json-glib
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("glib" ,glib))) ;according to json-glib-1.0.pc
|
`(("glib" ,glib))) ;according to json-glib-1.0.pc
|
||||||
(home-page "https://wiki.gnome.org/Projects/JsonGlib")
|
(home-page "https://wiki.gnome.org/Projects/JsonGlib")
|
||||||
(synopsis "Compiler for the GObject type system")
|
(synopsis "Glib and GObject implementation of JSON")
|
||||||
(description
|
(description "JSON-GLib is a library providing serialization and
|
||||||
"JSON-GLib is a C library based on GLib providing serialization and
|
described by RFC 4627. It implements a full JSON parser and generator using
|
||||||
deserialization support for the JavaScript Object Notation (JSON) format
|
GLib and GObject, and integrates JSON with GLib data types.")
|
||||||
described by RFC 4627. It provides parser and generator GObject classes and
|
|
||||||
various wrappers for the complex data types employed by JSON, such as arrays
|
|
||||||
and objects.")
|
|
||||||
(license license:lgpl2.1+)))
|
(license license:lgpl2.1+)))
|
||||||
|
|
||||||
(define-public libxklavier
|
(define-public libxklavier
|
||||||
|
|
Loading…
Reference in a new issue