Use relative imports for the gdbus/codegen package
[platform/upstream/glib.git] / glib.doap
1 <?xml version="1.0" encoding="UTF-8"?>
2 <Project xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
3          xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
4          xmlns:foaf="http://xmlns.com/foaf/0.1/"
5          xmlns:gnome="http://api.gnome.org/doap-extensions#"
6          xmlns="http://usefulinc.com/ns/doap#">
7
8   <name>GLib</name>
9   <shortname>glib</shortname>
10
11   <shortdesc xml:lang="en">Low level core library</shortdesc>
12
13   <description xml:lang="en">GLib is the low-level core library that forms the basis for projects such as GTK+ and GNOME. It provides data structure handling for C, portability wrappers, and interfaces for such runtime functionality as an event loop, threads, dynamic loading, and an object system.</description>
14
15   <homepage rdf:resource="http://www.gtk.org" />
16   <license rdf:resource="http://usefulinc.com/doap/licenses/lgpl" />
17   <bug-database rdf:resource="http://bugzilla.gnome.org/enter_bug.cgi?product=glib"/>
18   <download-page rdf:resource="http://download.gnome.org/sources/glib/" />
19   <mailing-list rdf:resource="mailto:gtk-devel-list@gnome.org" />
20
21   <programming-language>C</programming-language>
22
23   <maintainer>
24     <foaf:Person>
25       <foaf:name>Matthias Clasen</foaf:name>
26       <foaf:mbox rdf:resource="mailto:mclasen@redhat.com"/>
27       <gnome:userid>matthiasc</gnome:userid>
28     </foaf:Person>
29   </maintainer>
30
31   <maintainer>
32     <foaf:Person>
33       <foaf:name>Tim Janik</foaf:name>
34       <foaf:mbox rdf:resource="mailto:timj@gtk.org"/>
35       <gnome:userid>timj</gnome:userid>
36     </foaf:Person>
37   </maintainer>
38
39   <repository>
40     <GitRepository>
41         <browse rdf:resource="http://git.gnome.org/browse/glib/"/>
42       <location rdf:resource="git://git.gnome.org/glib"/>
43     </GitRepository>
44   </repository>
45
46 </Project>