summaryrefslogtreecommitdiff
path: root/libgee.doap
blob: 56be92bb014605194ce3fa4933a7056db3a9857c (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
<?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:owl="http://www.w3.org/2002/07/owl#"
         xmlns="http://usefulinc.com/ns/doap#">

  <name xml:lang="en">libgee</name>
  <shortdesc xml:lang="en">A collection library providing GObject-based interfaces and classes for commonly used data structures</shortdesc>
  <description>A collection library providing GObject-based interfaces and classes for commonly used data structures</description>

  <homepage rdf:resource="https://wiki.gnome.org/Projects/Libgee" />
  <mailing-list rdf:resource="http://mail.gnome.org/mailman/listinfo/vala-list" />
  <download-page rdf:resource="https://download.gnome.org/sources/libgee/" />
  <bug-database rdf:resource="https://gitlab.gnome.org/GNOME/libgee/issues/" />
  <category rdf:resource="http://api.gnome.org/doap-extensions#core" />
  <programming-language>Vala</programming-language>

  <author>
    <foaf:Person>
      <foaf:name>Jürg Billeter</foaf:name>
      <foaf:mbox rdf:resource="mailto:j@bitron.ch" />
      <gnome:userid>juergbi</gnome:userid>
    </foaf:Person>
  </author>
  <author>
    <foaf:Person>
      <foaf:name>Didier Villevalois</foaf:name>
      <foaf:mbox rdf:resource="mailto:ptitjes@free.fr" />
      <gnome:userid>dvillevalois</gnome:userid>
    </foaf:Person>
  </author>
  <author>
    <foaf:Person>
      <foaf:name>Maciej Piechotka</foaf:name>
      <foaf:mbox rdf:resource="mailto:uzytkownik2@gmail.com" />
      <gnome:userid>mpiechotka</gnome:userid>
      <owl:sameAs rdf:resource="maciej.m.piechotka.com.pl/contact.xml#me" />
    </foaf:Person>
  </author>
  <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>