NOTICE: This package has been removed from pkgsrc

./wip/json-glib-devel, JSON parser for GLib-based libraries and applications

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ]


Branch: CURRENT, Version: 0.10.0, Package name: json-glib-0.10.0, Maintainer: obache

JSON-GLib is a library providing serialization and deserialization support for
the JavaScript Object Notation (JSON) format described by RFC 4627

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.


Required to run:
[devel/glib2]

Required to build:
[devel/gmake] [devel/libtool-base] [devel/pkg-config]

Master sites: (Expand)

SHA1: d60667a2e638cc3bc389f4157df0f94ee4864cd7
RMD160: 09c9958b67e803f44e20f8705c6e48899af0ce10
Filesize: 513.972 KB

Version history: (Expand)


CVS history: (Expand)


   2010-03-29 08:14:10 by OBATA Akio | Files touched by this commit (5) | Package removed
Log message:
not handled here for quite a while.
   2010-01-09 12:14:26 by OBATA Akio | Files touched by this commit (3)
Log message:
Update json-glib to 0.10.0.

Overview of changes for 0.10.0
==============================
* Fix generation of doubles [Cornelius Hald]
* Add more units to the test suite
* Add JsonNode macros for quick type checking
* Guarantee insertion order when parsing and generating JSON Objects
* Serialize GParamSpecObject properties
* Add serialization and deserialization for GBoxed types
* Add API for serializing GObjects to, and deserializing from, JsonNode
* Build environment fixes
* Documentation fixes
* Generate correct introspection data
* Make JsonSerializable in complete control of deserialization [Tristan Van
  Berkom]
   2009-09-26 15:11:08 by OBATA Akio | Files touched by this commit (3)
Log message:
Update to json-glib to 0.8.0.
   2009-09-18 09:23:11 by OBATA Akio | Files touched by this commit (5) | Imported package
Log message:
Import json-glib-0.7.6 as wip/json-glib-devel.

Development snapshot version of textproc/json-glib.