Patrick Williams | c124f4f | 2015-09-15 14:41:29 -0500 | [diff] [blame] | 1 | SUMMARY = "JSON-GLib implements a full JSON parser using GLib and GObject" |
| 2 | DESCRIPTION = "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 \ |
| 4 | integration, providing the ability to serialize and deserialize GObject \ |
| 5 | instances to and from JSON data types." |
| 6 | HOMEPAGE = "http://live.gnome.org/JsonGlib" |
| 7 | |
| 8 | LICENSE = "LGPLv2.1" |
| 9 | LIC_FILES_CHKSUM = "file://COPYING;md5=7fbc338309ac38fefcd64b04bb903e34" |
| 10 | |
| 11 | DEPENDS = "glib-2.0" |
| 12 | |
| 13 | SRC_URI[archive.md5sum] = "3131b0417ecde3da1ae72acceaa375cf" |
| 14 | SRC_URI[archive.sha256sum] = "80f3593cb6bd13f1465828e46a9f740e2e9bd3cd2257889442b3e62bd6de05cd" |
| 15 | |
| 16 | inherit gnomebase gettext lib_package |
| 17 | |
| 18 | BBCLASSEXTEND = "native" |