summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gentoo.org>2022-10-29 17:19:45 -0400
committerMatt Turner <mattst88@gentoo.org>2022-10-29 19:20:10 -0400
commit9c47998a795d69926fea34ffcd91a65553c118ff (patch)
treed35150aab13022f53f8f0e5f0cdf0213c9cfbf2b
parentdev-libs/gom: Set remote-id (diff)
downloadgentoo-9c47998a.tar.gz
gentoo-9c47998a.tar.bz2
gentoo-9c47998a.zip
dev-libs/json-glib: Set remote-id
Signed-off-by: Matt Turner <mattst88@gentoo.org>
-rw-r--r--dev-libs/json-glib/metadata.xml35
1 files changed, 25 insertions, 10 deletions
diff --git a/dev-libs/json-glib/metadata.xml b/dev-libs/json-glib/metadata.xml
index b22a0e7839e3..a753ac3849a1 100644
--- a/dev-libs/json-glib/metadata.xml
+++ b/dev-libs/json-glib/metadata.xml
@@ -1,15 +1,30 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
- <maintainer type="person">
- <email>voyageur@gentoo.org</email>
- <name>Bernard Cafarelli</name>
- </maintainer>
- <maintainer type="project">
- <email>gnome@gentoo.org</email>
- <name>Gentoo GNOME Desktop</name>
- </maintainer>
- <longdescription>JSON-GLib is a library providing serialization and deserialization support for the JavaScript Object Notation (JSON) format described by RFC 4627. Many high-level languages already provide native modules for parsing, generating and manipulating JSON data streams. JSON-GLib is a C library based on GLib and released under the terms of the GNU Lesser General Public License version 2.1. It provides a parser and a generator GObject classes and various wrappers for the complex data types employed by JSON, such as arrays and objects.
+ <maintainer type="person">
+ <email>voyageur@gentoo.org</email>
+ <name>Bernard Cafarelli</name>
+ </maintainer>
+ <maintainer type="project">
+ <email>gnome@gentoo.org</email>
+ <name>Gentoo GNOME Desktop</name>
+ </maintainer>
+ <longdescription>
+ JSON-GLib is a library providing serialization and deserialization support
+ for the JavaScript Object Notation (JSON) format described by RFC 4627. Many
+ high-level languages already provide native modules for parsing, generating
+ and manipulating JSON data streams. JSON-GLib is a C library based on GLib
+ and released under the terms of the GNU Lesser General Public License
+ version 2.1. It provides a parser and a generator GObject classes and
+ various wrappers for the complex data types employed by JSON, such as arrays
+ and objects.
-JSON-GLib uses GLib native data types and the generic value container GValue for ease of development. It also provides integration with the GObject classes for direct serialization into, and deserialization from, JSON data streams.</longdescription>
+ JSON-GLib uses GLib native data types and the generic value container GValue
+ for ease of development. It also provides integration with the GObject
+ classes for direct serialization into, and deserialization from, JSON data
+ streams.
+ </longdescription>
+ <upstream>
+ <remote-id type="gnome-gitlab">GNOME/json-glib</remote-id>
+ </upstream>
</pkgmetadata>