Source: libplucene-perl Section: perl Priority: optional Build-Depends: debhelper (>= 10) Build-Depends-Indep: perl (>= 5.8.0-7), libclass-virtual-perl (>= 0.03), liblingua-stem-perl (>= 0.81), libtie-array-sorted-perl (>= 1.1), libclass-accessor-perl, libbit-vector-minimal-perl (>= 1.0), libio-stringy-perl (>= 2.104), libfile-slurp-perl (>= 2002.1031), libtest-pod-coverage-perl, libmodule-build-perl, Maintainer: Debian Perl Group Uploaders: Dominic Hargreaves Standards-Version: 4.1.3 Homepage: https://metacpan.org/release/Plucene/ Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libplucene-perl Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libplucene-perl.git Package: libplucene-perl Architecture: all Depends: ${misc:Depends}, perl (>= 5.8.4), libclass-virtual-perl (>= 0.03), liblingua-stem-perl (>= 0.81), libtie-array-sorted-perl (>= 1.1), libclass-accessor-perl, libbit-vector-minimal-perl (>= 1.0), libio-stringy-perl (>= 2.104), libfile-slurp-perl (>= 2002.1031) Description: Perl port of the Lucene search engine Plucene is a fully-featured and highly customizable search engine toolkit based on the Lucene API. (http://jakarta.apache.org/lucene) . It is not, in and of itself, a functional search engine - you are expected to subclass and tie all the pieces together to suit your own needs. The synopsis above gives a rough indication of how to use the engine in simple cases. See Plucene::Simple for one example of tying it all together.