From d35e131d12a9786aa13c0ed1637ec637eac9e9d9 Mon Sep 17 00:00:00 2001 From: sunpoet Date: Tue, 4 Apr 2017 09:30:22 +0000 Subject: Add p5-Xapian 1.4.3.0 This module wraps most methods of most Xapian classes. The missing classes and methods should be added in the future. It also provides a simplified, more 'perlish' interface - as demonstrated above. The Xapian library is evolving very quickly at the time of writing, hence any documentation placed here would be likely to become out of date quite rapidly, and I do not have the patience to write some which could rapidly become redundant. WWW: https://xapian.org/ --- databases/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'databases/Makefile') diff --git a/databases/Makefile b/databases/Makefile index 01a885e86fbd..17551459d578 100644 --- a/databases/Makefile +++ b/databases/Makefile @@ -494,6 +494,7 @@ SUBDIR += p5-Tie-LevelDB SUBDIR += p5-Time-Piece-MySQL SUBDIR += p5-TokyoCabinet + SUBDIR += p5-Xapian SUBDIR += p5-mysql-genocide SUBDIR += p5-tokyotyrant SUBDIR += pear-DB -- cgit