Add .doap file
authorJaap A. Haitsma <jaap@haitsma.org>
Fri, 26 Jun 2009 19:42:44 +0000 (21:42 +0200)
committerJaap A. Haitsma <jaap@haitsma.org>
Fri, 26 Jun 2009 19:42:44 +0000 (21:42 +0200)
libgee.doap [new file with mode: 0644]

diff --git a/libgee.doap b/libgee.doap
new file mode 100644 (file)
index 0000000..80e53e4
--- /dev/null
@@ -0,0 +1,33 @@
+<?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 xml:lang="en">libgee</name>
+  <shortdesc xml:lang="en">A collection library providing GObject-based interfaces and classes for commonly used data structures</shortdesc>
+
+  <homepage rdf:resource="http://live.gnome.org/Vala" />
+  <mailing-list rdf:resource="http://mail.gnome.org/mailman/listinfo/vala-list" />
+  <download-page rdf:resource="http://live.gnome.org/Vala/Release" />
+  <bug-database rdf:resource="http://bugzilla.gnome.org/browse.cgi?product=vala" />
+  <category rdf:resource="http://api.gnome.org/doap-extensions#development" />
+
+  <maintainer>
+    <foaf:Person>
+      <foaf:name>Jürg Billeter</foaf:name>
+      <foaf:mbox rdf:resource="mailto:j@bitron.ch" />
+      <gnome:userid>juergbi</gnome:userid>
+    </foaf:Person>
+  </maintainer>
+  <maintainer>
+    <foaf:Person>
+      <foaf:name>Raffaele Sandrini</foaf:name>
+      <foaf:mbox rdf:resource="mailto:rasa@gmx.ch" />
+      <gnome:userid></gnome:userid>
+    </foaf:Person>
+  </maintainer>
+
+</Project>
+