-
Notifications
You must be signed in to change notification settings - Fork 0
/
gi-docgen.doap
48 lines (41 loc) · 1.72 KB
/
gi-docgen.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
<?xml version="1.0" encoding="UTF-8"?>
<!--
SPDX-FileCopyrightText: 2021 GNOME Foundation
SPDX-License-Identifier: CC0-1.0
-->
<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>GI-DocGen</name>
<shortname>gi-docgen</shortname>
<shortdesc>Introspection-based documentation generator</shortdesc>
<description>GI-DocGen is a document generator for GObject-based libraries, using the introspection data to create API references.</description>
<homepage rdf:resource="https://gnome.pages.gitlab.gnome.org/gi-docgen/"/>
<license rdf:resource="http://spdx.org/licenses/GPL-3.0-or-later"/>
<license rdf:resource="http://spdx.org/licenses/Apache-2.0"/>
<bug-database rdf:resource="https://gitlab.gnome.org/GNOME/gi-docgen/issues/" />
<repository>
<GitRepository>
<location rdf:resource="https://gitlab.gnome.org/GNOME/gi-docgen.git"/>
<browse rdf:resource="https://gitlab.gnome.org/GNOME/gi-docgen/"/>
</GitRepository>
</repository>
<category rdf:resource="http://api.gnome.org/doap-extensions#core"/>
<programming-language>Python</programming-language>
<maintainer>
<foaf:Person>
<foaf:name>Emmanuele Bassi</foaf:name>
<foaf:mbox rdf:resource="mailto:[email protected]"/>
<gnome:userid>ebassi</gnome:userid>
</foaf:Person>
</maintainer>
<author>
<foaf:Person>
<foaf:name>Emmanuele Bassi</foaf:name>
<foaf:mbox rdf:resource="mailto:[email protected]"/>
<gnome:userid>ebassi</gnome:userid>
</foaf:Person>
</author>
</Project>