File: gobject-introspection-tests.doap

package info (click to toggle)
gobject-introspection 1.84.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 72,336 kB
  • sloc: ansic: 562,269; python: 23,692; xml: 16,240; yacc: 1,711; perl: 1,624; sh: 1,139; lex: 510; cpp: 487; makefile: 182; javascript: 15; lisp: 1
file content (111 lines) | stat: -rw-r--r-- 3,636 bytes parent folder | download | duplicates (6)
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
<?xml version="1.0" encoding="UTF-8"?>
<!-- SPDX-License-Identifier: MIT -->
<!-- SPDX-FileCopyrightText: 2024 Philip Chimento <philip.chimento@gmail.com> -->
<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 Tests</name>
  <shortname>gobject-introspection-tests</shortname>
  <category rdf:resource="http://api.gnome.org/doap-extensions#core"/>

  <shortdesc xml:lang="en">Tests for GNOME language bindings</shortdesc>

  <description xml:lang="en">
    This is a test suite for language bindings for the GNOME platform that use
    GObject Introspection.
  </description>

  <homepage rdf:resource="https://gitlab.gnome.org/GNOME/gobject-introspection-tests"/>
  <license rdf:resource="https://spdx.org/licenses/GPL-2.0+.html"/>
  <license rdf:resource="https://spdx.org/licenses/LGPL-2.0+.html"/>
  <license rdf:resource="https://spdx.org/licenses/MIT.html"/>
  <bug-database rdf:resource="https://gitlab.gnome.org/GNOME/gobject-introspection-tests/issues"/>
  <developer-forum rdf:resource="https://discourse.gnome.org/c/platform/language-bindings/11"/>

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

  <maintainer>
    <foaf:Person>
      <foaf:name>Andy Holmes</foaf:name>
      <foaf:mbox rdf:resource="mailto:andyholmes@gnome.org"/>
      <gnome:userid>andyholmes</gnome:userid>
    </foaf:Person>
  </maintainer>

  <maintainer>
    <foaf:Person>
      <foaf:name>Arjan Molenaar</foaf:name>
      <foaf:mbox rdf:resource="mailto:amolenaar@gnome.org" />
      <gnome:userid>amolenaar</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>

  <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>Dan Yeaw</foaf:name>
      <foaf:mbox rdf:resource="mailto:danyeaw@gnome.org" />
      <gnome:userid>danyeaw</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>Evan Welsh</foaf:name>
      <foaf:mbox rdf:resource="mailto:contact@evanwelsh.com"/>
      <gnome:userid>ewlsh</gnome:userid>
    </foaf:Person>
  </maintainer>

  <maintainer>
    <foaf:Person>
      <foaf:name>Marco Trevisan (TreviƱo)</foaf:name>
      <foaf:mbox rdf:resource="mailto:mail@3v1n0.net"/>
      <foaf:nick>3v1n0</foaf:nick>
      <gnome:userid>marcotrevi</gnome:userid>
    </foaf:Person>
  </maintainer>

  <maintainer>
    <foaf:Person>
      <foaf:name>Philip Chimento</foaf:name>
      <foaf:mbox rdf:resource="mailto:philip.chimento@gmail.com"/>
      <foaf:nick>ptomato</foaf:nick>
      <gnome:userid>pchimento</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>
</Project>