summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Lortie <desrt@desrt.ca>2010-04-15 21:32:54 -0400
committerRyan Lortie <desrt@desrt.ca>2010-04-15 21:32:54 -0400
commit3938c735470a3164f1cf21d9e30652d46323b9a9 (patch)
tree31cbcc2c8bc3b2992eb356cb190fc2fa42f065f4
parent0fec2048f0b0296fad7a2c7e5db5011d2ecdd323 (diff)
downloadgvdb-3938c735470a3164f1cf21d9e30652d46323b9a9.tar.gz
Add a brief description to the .doap
-rw-r--r--gvdb.doap13
1 files changed, 13 insertions, 0 deletions
diff --git a/gvdb.doap b/gvdb.doap
index fc4e09a..841e5de 100644
--- a/gvdb.doap
+++ b/gvdb.doap
@@ -7,6 +7,19 @@
<name xml:lang='en'>gvdb</name>
<shortdesc xml:lang='en'>GVariant Database file</shortdesc>
+ <description xml:lang='en'>
+ A simple database file format that stores a mapping from strings to
+ GVariant values in a way that is extremely efficient for lookups.
+
+ The database is written once and can not be modified.
+
+ Included here is reader code and a first-pass implementation of a
+ writer (that does not currently produce particularly optimised
+ output).
+
+ It is intended that this code be used by copy-pasting into your
+ project or by making use of git-submodule(1).
+ </description>
<maintainer>
<foaf:Person>