gsrc-commit
[Top][All Lists]
Advanced

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

[Gsrc-commit] /srv/bzr/gsrc/trunk r2128: add blurb for mifluz


From: Brandon Invergo
Subject: [Gsrc-commit] /srv/bzr/gsrc/trunk r2128: add blurb for mifluz
Date: Sat, 30 Mar 2013 17:34:24 +0100
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
revno: 2128
committer: Brandon Invergo <address@hidden>
branch nick: trunk
timestamp: Sat 2013-03-30 17:34:24 +0100
message:
  add blurb for mifluz
modified:
  gnu/mifluz/Makefile
=== modified file 'gnu/mifluz/Makefile'
--- a/gnu/mifluz/Makefile       2013-01-14 21:13:19 +0000
+++ b/gnu/mifluz/Makefile       2013-03-30 16:34:24 +0000
@@ -3,6 +3,12 @@
 GARVERSION = 0.25.0
 HOME_URL = http://www.gnu.org/software/mifluz/
 DESCRIPTION = A C++ library to create text indices
+define BLURB
+ Mifluz is a C++ library to store a full-text inverted index.  It
+ stores the occurances of words in a set of texts in such a way that 
+ they can later be searched.  Upon searching for a word, the index
+ returns the list of documents which contain that word.
+endef
 
 ######################################################################
 


reply via email to

[Prev in Thread] Current Thread [Next in Thread]