summaryrefslogtreecommitdiff
path: root/libpeas.doap
diff options
context:
space:
mode:
Diffstat (limited to 'libpeas.doap')
-rw-r--r--libpeas.doap17
1 files changed, 17 insertions, 0 deletions
diff --git a/libpeas.doap b/libpeas.doap
new file mode 100644
index 0000000..fac204a
--- /dev/null
+++ b/libpeas.doap
@@ -0,0 +1,17 @@
+<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 xml:lang="en">libpeas</name>
+ <shortdesc xml:lang="en">A GObject plugins library</shortdesc>
+ <homepage rdf:resource="http://git.gnome.org/browse/libpeas" />
+
+ <maintainer>
+ <foaf:Person>
+ <foaf:name>Steve Frécinaux</foaf:name>
+ <gnome:userid>sfre</gnome:userid>
+ </foaf:Person>
+ </maintainer>
+</Project>