File: control

package info (click to toggle)
libplucene-perl 1.25-4
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster
  • size: 1,328 kB
  • sloc: perl: 4,169; makefile: 2
file content (40 lines) | stat: -rw-r--r-- 1,576 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
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 <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Dominic Hargreaves <dom@earth.li>
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.