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 xml:lang="en">gtk</name>
9  <shortname>gtk</shortname>
10  <shortdesc xml:lang="en">Multi-platform toolkit</shortdesc>
11  <description xml:lang="en">GTK is a multi-platform toolkit for creating graphical user
12interfaces. Offering a complete set of widgets, GTK is suitable for
13projects ranging from small one-off tools to complete application
14suites.
15
16GTK has been designed from the ground up to support a range of
17languages, not only C/C++. Using GTK from languages such as Perl and
18Python (especially in combination with the Glade GUI builder) provides
19an effective method of rapid application development.
20
21GTK is free software and part of the GNU Project. However, the
22licensing terms for GTK, the GNU LGPL, allow it to be used by all
23developers, including those developing proprietary software, without
24any license fees or royalties.</description>
25  <homepage rdf:resource="http://www.gtk.org/" />
26  <license rdf:resource="http://usefulinc.com/doap/licenses/lgpl" />
27  <bug-database rdf:resource="https://gitlab.gnome.org/GNOME/gtk/issues/" />
28  <download-page rdf:resource="http://download.gnome.org/sources/gtk+/" />
29  <mailing-list rdf:resource="http://mail.gnome.org/mailman/listinfo/gtk-list" />
30  <mailing-list rdf:resource="http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list" />
31  <mailing-list rdf:resource="http://mail.gnome.org/mailman/listinfo/gtk-devel-list" />
32  <mailing-list rdf:resource="http://mail.gnome.org/mailman/listinfo/gtk-doc-list" />
33  <mailing-list rdf:resource="http://mail.gnome.org/mailman/listinfo/gtk-i18n-list" />
34  <mailing-list rdf:resource="http://mail.gnome.org/mailman/listinfo/gtk-perl-list" />
35  <mailing-list rdf:resource="http://mail.gnome.org/mailman/listinfo/language-bindings" />
36  <category rdf:resource="http://api.gnome.org/doap-extensions#core" />
37
38  <programming-language>C</programming-language>
39
40  <repository>
41    <GitRepository>
42        <browse rdf:resource="https://gitlab.gnome.org/GNOME/gtk/"/>
43      <location rdf:resource="https://gitlab.gnome.org/GNOME/gtk.git"/>
44    </GitRepository>
45  </repository>
46
47  <maintainer>
48    <foaf:Person>
49      <foaf:name>Matthias Clasen</foaf:name>
50      <foaf:mbox rdf:resource="mailto:mclasen@redhat.com"/>
51      <gnome:userid>matthiasc</gnome:userid>
52    </foaf:Person>
53  </maintainer>
54
55  <maintainer>
56    <foaf:Person>
57      <foaf:name>Emmanuele Bassi</foaf:name>
58      <foaf:mbox rdf:resource="mailto:ebassi@gnome.org"/>
59      <gnome:userid>ebassi</gnome:userid>
60    </foaf:Person>
61  </maintainer>
62
63  <maintainer>
64    <foaf:Person>
65      <foaf:name>Timm Baeder</foaf:name>
66      <foaf:mbox rdf:resource="mailto:mail@baedert.org"/>
67      <gnome:userid>baedert</gnome:userid>
68    </foaf:Person>
69  </maintainer>
70
71  <maintainer>
72    <foaf:Person>
73      <foaf:name>Benjamin Otte</foaf:name>
74      <foaf:mbox rdf:resource="mailto:otte@gnome.org"/>
75      <gnome:userid>otte</gnome:userid>
76    </foaf:Person>
77  </maintainer>
78
79  <maintainer>
80    <foaf:Person>
81      <foaf:name>Carlos Garnacho</foaf:name>
82      <foaf:mbox rdf:resource="mailto:carlosg@gnome.org"/>
83      <gnome:userid>carlosg</gnome:userid>
84    </foaf:Person>
85  </maintainer>
86
87</Project>
88