summaryrefslogtreecommitdiff
path: root/gobject-introspection.doap
blob: c0f3a64839915ddc9caea40885be35fe22835a82 (plain)
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
<?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>GObject Introspection</name>
  <shortname>gobject-introspection</shortname>
  <category rdf:resource="http://api.gnome.org/doap-extensions#core" />

  <shortdesc xml:lang="en">GObject introspection tools and libraries</shortdesc>

  <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>

  <homepage rdf:resource="https://gi.readthedocs.io/" />
  <license rdf:resource="http://usefulinc.com/doap/licenses/lgpl" />
  <bug-database rdf:resource="https://gitlab.gnome.org/GNOME/gobject-introspection/issues/" />

  <programming-language>C</programming-language>
  <programming-language>Python</programming-language>

  <maintainer>
    <foaf:Person>
      <foaf:name>Colin Walters</foaf:name>
      <foaf:mbox rdf:resource="mailto:walters@verbum.org"/>
      <gnome:userid>walters</gnome:userid>
    </foaf:Person>
  </maintainer>

  <maintainer>
    <foaf:Person>
      <foaf:name>Johan Dahlin</foaf:name>
      <foaf:mbox rdf:resource="mailto:johan@gnome.org"/>
      <gnome:userid>johan</gnome:userid>
    </foaf:Person>
  </maintainer>

  <maintainer>
    <foaf:Person>
      <foaf:name>Rico Tzschichholz</foaf:name>
      <foaf:mbox rdf:resource="mailto:ricotz@ubuntu.com"/>
      <gnome:userid>ricotz</gnome:userid>
    </foaf:Person>
  </maintainer>

  <maintainer>
    <foaf:Person>
      <foaf:name>Emmanuele Bassi</foaf:name>
      <foaf:mbox rdf:resource="mailto:ebassi@gnome.org"/>
      <gnome:userid>ebassi</gnome:userid>
    </foaf:Person>
  </maintainer>

  <maintainer>
    <foaf:Person>
      <foaf:name>Christoph Reiter</foaf:name>
      <foaf:mbox rdf:resource="mailto:creiter@src.gnome.org" />
      <gnome:userid>creiter</gnome:userid>
    </foaf:Person>
  </maintainer>

  <repository>
    <GitRepository>
      <browse rdf:resource="https://gitlab.gnome.org/GNOME/gobject-introspection"/>
      <location rdf:resource="https://gitlab.gnome.org/GNOME/gobject-introspection.git"/>
    </GitRepository>
  </repository>

</Project>