Blame json-glib.doap

Packit 4c4d6b
Packit 4c4d6b
Packit 4c4d6b
         xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
Packit 4c4d6b
         xmlns:foaf="http://xmlns.com/foaf/0.1/"
Packit 4c4d6b
         xmlns:gnome="http://api.gnome.org/doap-extensions#"
Packit 4c4d6b
         xmlns="http://usefulinc.com/ns/doap#">
Packit 4c4d6b
  <name>JSON-GLib</name>
Packit 4c4d6b
  <shortname>json-glib</shortname>
Packit 4c4d6b
  <shortdesc>GLib-based JSON manipulation library</shortdesc>
Packit 4c4d6b
  <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>
Packit 4c4d6b
Packit 4c4d6b
  <homepage rdf:resource="https://wiki.gnome.org/Projects/JsonGlib"/>
Packit 4c4d6b
  <license rdf:resource="http://spdx.org/licenses/LGPL-2.1+"/>
Packit 4c4d6b
  <download-page rdf:resource="http://download.gnome.org/sources/json-glib/"/>
Packit 4c4d6b
  <bug-database rdf:resource="https://bugzilla.gnome.org/enter_bug.cgi?product=json-glib"/>
Packit 4c4d6b
  <repository>
Packit 4c4d6b
    <GitRepository>
Packit 4c4d6b
      <location rdf:resource="https://gitlab.gnome.org/GNOME/json-glib.git"/>
Packit 4c4d6b
      <browse rdf:resource="https://gitlab.gnome.org/GNOME/json-glib/"/>
Packit 4c4d6b
    </GitRepository>
Packit 4c4d6b
  </repository>
Packit 4c4d6b
Packit 4c4d6b
  <category rdf:resource="http://api.gnome.org/doap-extensions#core"/>
Packit 4c4d6b
Packit 4c4d6b
  <programming-language>C</programming-language>
Packit 4c4d6b
Packit 4c4d6b
  <maintainer>
Packit 4c4d6b
    <foaf:Person>
Packit 4c4d6b
      <foaf:name>Emmanuele Bassi</foaf:name>
Packit 4c4d6b
      <foaf:mbox rdf:resource="mailto:ebassi@gnome.org"/>
Packit 4c4d6b
      <gnome:userid>ebassi</gnome:userid>
Packit 4c4d6b
    </foaf:Person>
Packit 4c4d6b
  </maintainer>
Packit 4c4d6b
Packit 4c4d6b
  <author>
Packit 4c4d6b
    <foaf:Person>
Packit 4c4d6b
      <foaf:name>Emmanuele Bassi</foaf:name>
Packit 4c4d6b
      <foaf:mbox rdf:resource="mailto:ebassi@gnome.org"/>
Packit 4c4d6b
      <gnome:userid>ebassi</gnome:userid>
Packit 4c4d6b
    </foaf:Person>
Packit 4c4d6b
  </author>
Packit 4c4d6b
Packit 4c4d6b
</Project>