[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Gsrc-commit] /srv/bzr/gsrc/trunk r2230: add blurb for wb
From: |
Brandon Invergo |
Subject: |
[Gsrc-commit] /srv/bzr/gsrc/trunk r2230: add blurb for wb |
Date: |
Mon, 01 Apr 2013 19:27:42 +0200 |
User-agent: |
Bazaar (2.5.0) |
------------------------------------------------------------
revno: 2230
committer: Brandon Invergo <address@hidden>
branch nick: trunk
timestamp: Mon 2013-04-01 19:27:42 +0200
message:
add blurb for wb
modified:
gnu/wb/Makefile
=== modified file 'gnu/wb/Makefile'
--- a/gnu/wb/Makefile 2012-12-17 19:04:57 +0000
+++ b/gnu/wb/Makefile 2013-04-01 17:27:42 +0000
@@ -3,6 +3,12 @@
GARVERSION = 2b1
HOME_URL = http://people.csail.mit.edu/jaffer/WB
DESCRIPTION = B-tree database
+define BLURB
+ WB is a disk-based, sorted, associative-array database package for C,
+ Scheme, Java and C#. Rather than being implemented via hashing, WB
+ uses B-trees, which are optimized for using the minimum number of
+ disk operations.
+endef
######################################################################
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Gsrc-commit] /srv/bzr/gsrc/trunk r2230: add blurb for wb,
Brandon Invergo <=