[bprobe] Doap it up



commit 8bf8784400d79688d7dd920ed995c50e47b9eb0e
Author: Behdad Esfahbod <behdad behdad org>
Date:   Sat Apr 18 03:45:52 2009 -0400

    Doap it up
---
 bprobe.doap |   17 +++++++++++++++++
 1 files changed, 17 insertions(+), 0 deletions(-)

diff --git a/bprobe.doap b/bprobe.doap
new file mode 100644
index 0000000..e1ce3a2
--- /dev/null
+++ b/bprobe.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">pango</name>
+  <shortdesc xml:lang="en">Simple tool to probe shared-library calls</shortdesc>
+
+  <maintainer>
+    <foaf:Person>
+      <foaf:name>Behdad Esfahbod</foaf:name>
+      <foaf:mbox rdf:resource="behdad gnome org" />
+      <gnome:userid>behdad</gnome:userid>
+    </foaf:Person>
+  </maintainer>
+</Project>



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]