forked from GNOME/glib
-
Notifications
You must be signed in to change notification settings - Fork 5
/
glib.doap
184 lines (158 loc) · 5.53 KB
/
glib.doap
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
<?xml version="1.0" encoding="UTF-8"?>
<Project xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:foaf="http://xmlns.com/foaf/0.1/"
xmlns:gnome="http://api.gnome.org/doap-extensions#"
xmlns="http://usefulinc.com/ns/doap#">
<name>GLib</name>
<shortname>glib</shortname>
<shortdesc xml:lang="en">Low level core library</shortdesc>
<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>
<homepage rdf:resource="http://www.gtk.org" />
<license rdf:resource="http://usefulinc.com/doap/licenses/lgpl" />
<bug-database rdf:resource="https://gitlab.gnome.org/GNOME/glib/issues/new"/>
<download-page rdf:resource="http://download.gnome.org/sources/glib/" />
<mailing-list rdf:resource="https://discourse.gnome.org/tags/glib/" />
<category rdf:resource="http://api.gnome.org/doap-extensions#core" />
<programming-language>C</programming-language>
<maintainer>
<foaf:Person>
<foaf:name>Matthias Clasen</foaf:name>
<foaf:mbox rdf:resource="mailto:[email protected]"/>
<gnome:userid>matthiasc</gnome:userid>
</foaf:Person>
</maintainer>
<maintainer>
<foaf:Person>
<foaf:name>Philip Withnall</foaf:name>
<foaf:mbox rdf:resource="mailto:[email protected]"/>
<foaf:mbox rdf:resource="mailto:[email protected]"/>
<gnome:userid>pwithnall</gnome:userid>
</foaf:Person>
</maintainer>
<maintainer>
<foaf:Person>
<foaf:name>Emmanuele Bassi</foaf:name>
<foaf:mbox rdf:resource="mailto:[email protected]"/>
<gnome:userid>ebassi</gnome:userid>
</foaf:Person>
</maintainer>
<maintainer>
<foaf:Person>
<foaf:name>Marco Trevisan</foaf:name>
<foaf:mbox rdf:resource="mailto:[email protected]"/>
<gnome:userid>marcotrevi</gnome:userid>
</foaf:Person>
</maintainer>
<maintainer>
<foaf:Person>
<foaf:name>Sebastian Dröge</foaf:name>
<foaf:mbox rdf:resource="mailto:[email protected]"/>
<gnome:userid>sdroege</gnome:userid>
</foaf:Person>
</maintainer>
<maintainer>
<foaf:Person>
<foaf:name>Alexander Larsson</foaf:name>
<foaf:mbox rdf:resource="mailto:[email protected]"/>
<gnome:userid>alexl</gnome:userid>
</foaf:Person>
</maintainer>
<maintainer>
<foaf:Person>
<foaf:name>Ondrej Holy</foaf:name>
<foaf:mbox rdf:resource="mailto:[email protected]"/>
<gnome:userid>oholy</gnome:userid>
</foaf:Person>
</maintainer>
<maintainer>
<foaf:Person>
<foaf:name>Simon McVittie</foaf:name>
<foaf:mbox rdf:resource="mailto:[email protected]"/>
<gnome:userid>smcv</gnome:userid>
</foaf:Person>
</maintainer>
<maintainer>
<foaf:Person>
<foaf:name>Michael Catanzaro</foaf:name>
<foaf:mbox rdf:resource="mailto:[email protected]"/>
<gnome:userid>mcatanzaro</gnome:userid>
</foaf:Person>
</maintainer>
<maintainer>
<foaf:Person>
<foaf:name>Patrick Griffis</foaf:name>
<foaf:mbox rdf:resource="mailto:[email protected]"/>
<gnome:userid>pgriffis</gnome:userid>
</foaf:Person>
</maintainer>
<maintainer>
<foaf:Person>
<foaf:name>Jonathan Matthew</foaf:name>
<foaf:mbox rdf:resource="mailto:[email protected]"/>
<gnome:userid>jmatthew</gnome:userid>
</foaf:Person>
</maintainer>
<maintainer>
<foaf:Person>
<foaf:name>Antoine Jacoutot</foaf:name>
<foaf:mbox rdf:resource="mailto:[email protected]"/>
<gnome:userid>ajacoutot</gnome:userid>
</foaf:Person>
</maintainer>
<maintainer>
<foaf:Person>
<foaf:name>Ting-Wei Lan</foaf:name>
<foaf:mbox rdf:resource="mailto:[email protected]"/>
<gnome:userid>lantw</gnome:userid>
</foaf:Person>
</maintainer>
<maintainer>
<foaf:Person>
<foaf:name>Nirbheek Chauhan</foaf:name>
<foaf:mbox rdf:resource="mailto:[email protected]"/>
<gnome:userid>nirbheekc</gnome:userid>
</foaf:Person>
</maintainer>
<maintainer>
<foaf:Person>
<foaf:name>Chun-wei Fan</foaf:name>
<foaf:mbox rdf:resource="mailto:[email protected]"/>
<gnome:userid>fanchunwei</gnome:userid>
</foaf:Person>
</maintainer>
<maintainer>
<foaf:Person>
<foaf:name>Christoph Reiter</foaf:name>
<foaf:mbox rdf:resource="mailto:[email protected]"/>
<gnome:userid>creiter</gnome:userid>
</foaf:Person>
</maintainer>
<maintainer>
<foaf:Person>
<foaf:name>Руслан Ижбулатов</foaf:name>
<foaf:mbox rdf:resource="mailto:[email protected]"/>
<gnome:userid>ruslanizhb</gnome:userid>
</foaf:Person>
</maintainer>
<maintainer>
<foaf:Person>
<foaf:name>John Ralls</foaf:name>
<foaf:mbox rdf:resource="mailto:[email protected]"/>
<gnome:userid>jralls</gnome:userid>
</foaf:Person>
</maintainer>
<maintainer>
<foaf:Person>
<foaf:name>Xavier Claessens</foaf:name>
<foaf:mbox rdf:resource="mailto:[email protected]"/>
<gnome:userid>xclaesse</gnome:userid>
</foaf:Person>
</maintainer>
<repository>
<GitRepository>
<browse rdf:resource="https://gitlab.gnome.org/GNOME/glib/"/>
<location rdf:resource="https://gitlab.gnome.org/GNOME/glib.git"/>
</GitRepository>
</repository>
</Project>