ebassi / json-glib

A JSON reader and writer library using GLib and GObject

This URL has Read+Write access

json-glib / json-glib.doap
100644 53 lines (46 sloc) 2.108 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
<?xml version="1.0" encoding="UTF-8"?>
<Project xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
         xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
         xmlns:foaf="http://xmlns.com/foaf/0.1/"
         xmlns:gnome="http://api.gnome.org/doap-extensions#"
         xmlns="http://usefulinc.com/ns/doap#">
  <name>JSON-GLib</name>
  <shortname>json-glib</shortname>
  <shortdesc>GLib-based JSON manipulation library</shortdesc>
  <description>JSON-GLib implements a full JSON parser using GLib and GObject. Use JSON-GLib it is possible to parse and generate valid JSON data structures, using a DOM-like API. JSON-GLib also offers GObject integration, providing the ability to serialize and deserialize GObject instances to and from JSON data types.</description>
 
  <homepage rdf:resource="http://live.gnome.org/JsonGlib"/>
  <license rdf:resource="http://usefulinc.com/doap/licenses/lgpl"/>
  <bug-database rdf:resource="http://bugzilla.o-hand.com/enter_bug.cgi?product=json-glib"/>
  <category rdf:resource="http://api.gnome.org/doap-extensions#development"/>
 
  <programming-language>C</programming-language>
 
  <maintainer>
    <foaf:Person>
      <foaf:name>Emmanuele Bassi</foaf:name>
      <foaf:mbox rdf:resource="mailto:ebassi@linux.intel.com"/>
      <gnome:userid>ebassi</gnome:userid>
    </foaf:Person>
  </maintainer>
 
  <author>
    <foaf:Person>
      <foaf:name>Emmanuele Bassi</foaf:name>
      <foaf:mbox rdf:resource="mailto:ebassi@linux.intel.com"/>
      <gnome:userid>ebassi</gnome:userid>
    </foaf:Person>
  </author>
 
  <release>
    <Version>
       <created>2008-06-13</created>
       <branch>json-glib-0.6.2</branch>
       <revision>0.6.2</revision>
       <file-release rdf:resource="http://folks.o-hand.com/~ebassi/sources/json-glib-0.6.2.tar.gz" />
    </Version>
  </release>
 
  <release>
    <Version>
       <created>2008-05-12</created>
       <branch>json-glib-0.6.0</branch>
       <revision>0.6.0</revision>
       <file-release rdf:resource="http://folks.o-hand.com/~ebassi/sources/json-glib-0.6.0.tar.gz" />
    </Version>
  </release>
</Project>