Blob Blame History Raw
<?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="https://wiki.gnome.org/Projects/JsonGlib"/>
  <license rdf:resource="http://spdx.org/licenses/LGPL-2.1+"/>
  <download-page rdf:resource="http://download.gnome.org/sources/json-glib/"/>
  <bug-database rdf:resource="https://bugzilla.gnome.org/enter_bug.cgi?product=json-glib"/>
  <repository>
    <GitRepository>
      <location rdf:resource="https://gitlab.gnome.org/GNOME/json-glib.git"/>
      <browse rdf:resource="https://gitlab.gnome.org/GNOME/json-glib/"/>
    </GitRepository>
  </repository>

  <category rdf:resource="http://api.gnome.org/doap-extensions#core"/>

  <programming-language>C</programming-language>

  <maintainer>
    <foaf:Person>
      <foaf:name>Emmanuele Bassi</foaf:name>
      <foaf:mbox rdf:resource="mailto:ebassi@gnome.org"/>
      <gnome:userid>ebassi</gnome:userid>
    </foaf:Person>
  </maintainer>

  <author>
    <foaf:Person>
      <foaf:name>Emmanuele Bassi</foaf:name>
      <foaf:mbox rdf:resource="mailto:ebassi@gnome.org"/>
      <gnome:userid>ebassi</gnome:userid>
    </foaf:Person>
  </author>

</Project>