scanner: Warn if we're missing (element-type) for GPtrArray
[platform/upstream/gobject-introspection.git] / gobject-introspection.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>GObject Introspection</name>
9   <shortname>gobject-introspection</shortname>
10
11   <shortdesc xml:lang="en">GObject introspection tools and libraries</shortdesc>
12
13   <description xml:lang="en">GObject introspection provides tools and libraries to help manage its common metadata format for representing GObject-based C APIs, designed for bindings, documentation tools and API verification.</description>
14
15   <homepage rdf:resource="http://live.gnome.org/GObjectIntrospection" />
16   <license rdf:resource="http://usefulinc.com/doap/licenses/lgpl" />
17   <bug-database rdf:resource="http://bugzilla.gnome.org/enter_bug.cgi?product=glib&amp;component=introspection"/>
18   <mailing-list rdf:resource="mailto:gtk-devel-list@gnome.org" />
19
20   <programming-language>C</programming-language>
21   <programming-language>Python</programming-language>
22
23   <maintainer>
24     <foaf:Person>
25       <foaf:name>Colin Walters</foaf:name>
26       <foaf:mbox rdf:resource="mailto:walters@verbum.org"/>
27       <gnome:userid>walters</gnome:userid>
28     </foaf:Person>
29   </maintainer>
30
31   <maintainer>
32     <foaf:Person>
33       <foaf:name>Johan Dahlin</foaf:name>
34       <foaf:mbox rdf:resource="mailto:johan@gnome.org"/>
35       <gnome:userid>johan</gnome:userid>
36     </foaf:Person>
37   </maintainer>
38
39   <repository>
40     <GitRepository>
41       <browse rdf:resource="http://git.gnome.org/browse/gobject-introspection"/>
42       <location rdf:resource="git://git.gnome.org/gobject-introspection"/>
43     </GitRepository>
44   </repository>
45
46 </Project>