summaryrefslogtreecommitdiff
path: root/clutter-gtk.doap
blob: 3cd9ab165750e970cfc2d0a8cdc5475a9b698fe5 (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
<?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-Gtk</name>
	<created>2006-11-29</created>
	<category rdf:resource="http://api.gnome.org/doap-extensions#core" />

	<shortdesc xml:lang="en">Clutter integration with GTK+</shortdesc>

	<description xml:lang="en">Clutter-Gtk is a library which allows the embedding of a Clutter canvas (or "stage") into a GTK+ application, as well as embedding GTK+ widgets inside the stage.</description>

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

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

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

</Project>