blob: 3ce38cec55ef7ff4b6c41b5131f008ce2b927381 [file] [log] [blame]
Patrick Williamsc124f4f2015-09-15 14:41:29 -05001SUMMARY = "JSON-GLib implements a full JSON parser using GLib and GObject"
2DESCRIPTION = "Use JSON-GLib it is possible to parse and generate valid JSON\
3 data structures, using a DOM-like API. JSON-GLib also offers GObject \
4integration, providing the ability to serialize and deserialize GObject \
5instances to and from JSON data types."
6HOMEPAGE = "http://live.gnome.org/JsonGlib"
7
8LICENSE = "LGPLv2.1"
9LIC_FILES_CHKSUM = "file://COPYING;md5=7fbc338309ac38fefcd64b04bb903e34"
10
11DEPENDS = "glib-2.0"
12
13SRC_URI[archive.md5sum] = "3131b0417ecde3da1ae72acceaa375cf"
14SRC_URI[archive.sha256sum] = "80f3593cb6bd13f1465828e46a9f740e2e9bd3cd2257889442b3e62bd6de05cd"
15
Patrick Williamsd8c66bc2016-06-20 12:57:21 -050016inherit gnomebase gettext lib_package gobject-introspection
Patrick Williamsc124f4f2015-09-15 14:41:29 -050017
18BBCLASSEXTEND = "native"