diff options
author | Ryan Lortie <desrt@desrt.ca> | 2010-04-28 13:23:52 -0500 |
---|---|---|
committer | Ryan Lortie <desrt@desrt.ca> | 2010-04-28 13:24:05 -0500 |
commit | 53e73a289fe2eb4c7481d2905c5393a6a5e4ffe3 (patch) | |
tree | 91dcc12031ef689c6c67c098f857173ae9b9e013 /gvdb/gvdb.doap | |
parent | 00a39d453558d82a5d8845e552e2b2648f71ae37 (diff) | |
parent | 5215d4b6d316c9357b832c84aae4c4d756224b5d (diff) | |
download | dconf-53e73a289fe2eb4c7481d2905c5393a6a5e4ffe3.tar.gz |
Merge remote branch 'gvdb/master'
Diffstat (limited to 'gvdb/gvdb.doap')
-rw-r--r-- | gvdb/gvdb.doap | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/gvdb/gvdb.doap b/gvdb/gvdb.doap new file mode 100644 index 0000000..b4ae60c --- /dev/null +++ b/gvdb/gvdb.doap @@ -0,0 +1,32 @@ +<?xml version='1.0' encoding='utf-8'?> + +<Project xmlns='http://usefulinc.com/ns/doap#' + xmlns:foaf='http://xmlns.com/foaf/0.1/' + xmlns:rdf='http://www.w3.org/1999/02/22-rdf-syntax-ns#' + xmlns:gnome='http://api.gnome.org/doap-extensions#'> + + <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-merge(1). + </description> + + <maintainer> + <foaf:Person> + <foaf:name>Ryan Lortie</foaf:name> + <foaf:mbox rdf:resource='mailto:desrt@desrt.ca'/> + <gnome:userid>ryanl</gnome:userid> + </foaf:Person> + </maintainer> + +</Project> |