wok annotate xapian/description.txt @ rev 22421

I see these >10 packages also got version updates due to xfce 4.12.0
author Erkan Yilmaz <erkan@slitaz.org>
date Sun Dec 15 09:13:38 2019 +0000 (2019-12-15)
parents
children
rev   line source
Hans-G?nter@22149 1 Xapian is an Open Source Search Engine Library, released under the GPL v2+.
Hans-G?nter@22149 2 It's written in C++, with bindings to allow use from Perl, Python 2, Python 3,
Hans-G?nter@22149 3 PHP 5, PHP 7, Java, Tcl, C#, Ruby, Lua, Erlang, Node.js and R (so far!)
Hans-G?nter@22149 4
Hans-G?nter@22149 5 Xapian is a highly adaptable toolkit which allows developers to easily add
Hans-G?nter@22149 6 advanced indexing and search facilities to their own applications.
Hans-G?nter@22149 7 It has built-in support for several families of weighting models and also
Hans-G?nter@22149 8 supports a rich set of boolean query operators.