Merge branch 'issue-699' into 'master'
[glib.git] / glib.doap
blob0f43d3b349646a42346c13d6666980e81a25125f
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#">
8 <name>GLib</name>
9 <shortname>glib</shortname>
11 <shortdesc xml:lang="en">Low level core library</shortdesc>
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>
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 <category rdf:resource="http://api.gnome.org/doap-extensions#core" />
22 <programming-language>C</programming-language>
24 <maintainer>
25 <foaf:Person>
26 <foaf:name>Matthias Clasen</foaf:name>
27 <foaf:mbox rdf:resource="mailto:mclasen@redhat.com"/>
28 <gnome:userid>matthiasc</gnome:userid>
29 </foaf:Person>
30 </maintainer>
32 <maintainer>
33 <foaf:Person>
34 <foaf:name>Allison Ryan Lortie</foaf:name>
35 <foaf:mbox rdf:resource="mailto:desrt@desrt.ca"/>
36 <gnome:userid>desrt</gnome:userid>
37 </foaf:Person>
38 </maintainer>
40 <maintainer>
41 <foaf:Person>
42 <foaf:name>Philip Withnall</foaf:name>
43 <foaf:mbox rdf:resource="mailto:philip@tecnocode.co.uk"/>
44 <foaf:mbox rdf:resource="mailto:withnall@endlessm.com"/>
45 <gnome:userid>pwithnall</gnome:userid>
46 </foaf:Person>
47 </maintainer>
49 <maintainer>
50 <foaf:Person>
51 <foaf:name>Emmanuele Bassi</foaf:name>
52 <foaf:mbox rdf:resource="mailto:ebassi@gnome.org"/>
53 <gnome:userid>ebassi</gnome:userid>
54 </foaf:Person>
55 </maintainer>
57 <repository>
58 <GitRepository>
59 <browse rdf:resource="https://gitlab.gnome.org/GNOME/glib/tree/master"/>
60 <location rdf:resource="https://gitlab.gnome.org/GNOME/glib.git"/>
61 </GitRepository>
62 </repository>
64 </Project>