summaryrefslogtreecommitdiff
path: root/clutter.doap
blob: 891197c8e7756277366bd1758b0fbbf17bd72b42 (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
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
<?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>Clutter</name>
  <shortname>clutter</shortname>
  <category rdf:resource="http://api.gnome.org/doap-extensions#core" />

  <shortdesc xml:lang="en">A toolkit for creating fast, portable, compelling dynamic UIs</shortdesc>

  <description xml:lang="en">Clutter is an open source software library for creating fast, portable, compelling and dynamic graphical user interfaces. Clutter uses OpenGL (and optionally OpenGL|ES for use on Mobile and embedded platforms) for rendering, but with an API which hides the underlying GL complexity from the developer. The Clutter API is intended to be easy to use, efficient and flexible.</description>

  <homepage rdf:resource="http://www.clutter-project.org" />
  <license rdf:resource="http://usefulinc.com/doap/licenses/lgpl" />
  <bug-database rdf:resource="https://gitlab.gnome.org/GNOME/clutter/issues"/>
  <download-page rdf:resource="http://download.gnome.org/sources/clutter" />
  <mailing-list rdf:resource="mailto:clutter-devel-list@clutter-project.org" />

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

  <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>Neil Roberts</foaf:name>
      <foaf:mbox rdf:resource="mailto:neil@linux.intel.com"/>
      <gnome:userid>nroberts</gnome:userid>
    </foaf:Person>
  </maintainer>

  <maintainer>
    <foaf:Person>
      <foaf:name>Robert Bragg</foaf:name>
      <foaf:mbox rdf:resource="mailto:rob@linux.intel.com"/>
      <gnome:userid>rbragg</gnome:userid>
    </foaf:Person>
  </maintainer>

  <author>
    <foaf:Person>
      <foaf:name>Matthew Allum</foaf:name>
      <foaf:mbox rdf:resource="mailto:mallum@o-hand.com"/>
    </foaf:Person>
  </author>

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

  <author>
    <foaf:Person>
      <foaf:name>Neil Roberts</foaf:name>
      <foaf:mbox rdf:resource="mailto:neil@linux.intel.com"/>
      <gnome:userid>nroberts</gnome:userid>
    </foaf:Person>
  </author>

  <author>
    <foaf:Person>
      <foaf:name>Robert Bragg</foaf:name>
      <foaf:mbox rdf:resource="mailto:robert@linux.intel.com"/>
      <gnome:userid>rbragg</gnome:userid>
    </foaf:Person>
  </author>

  <author>
    <foaf:Person>
      <foaf:name>Øyvind Kolås</foaf:name>
      <foaf:mbox rdf:resource="mailto:pippin@linux.intel.com"/>
    </foaf:Person>
  </author>

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

</Project>