From 3938c735470a3164f1cf21d9e30652d46323b9a9 Mon Sep 17 00:00:00 2001 From: Ryan Lortie Date: Thu, 15 Apr 2010 21:32:54 -0400 Subject: [PATCH] Add a brief description to the .doap --- gvdb.doap | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/gvdb.doap b/gvdb.doap index fc4e09ab2..841e5de5e 100644 --- a/gvdb.doap +++ b/gvdb.doap @@ -7,6 +7,19 @@ gvdb GVariant Database file + + 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). +