File: control

package info (click to toggle)
libswish-api-common-perl 0.04-1
  • links: PTS, VCS
  • area: main
  • in suites: buster, jessie, jessie-kfreebsd, stretch
  • size: 160 kB
  • ctags: 46
  • sloc: perl: 229; makefile: 2
file content (30 lines) | stat: -rw-r--r-- 1,238 bytes parent folder | download | duplicates (2)
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
Source: libswish-api-common-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Jonathan Yu <jawnsy@cpan.org>
Section: perl
Priority: optional
Build-Depends: debhelper (>= 7)
Build-Depends-Indep: perl,
                     liblog-log4perl-perl,
                     libsysadm-install-perl,
                     libwww-perl,
                     swish-e
Standards-Version: 3.9.5
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libswish-api-common-perl.git
Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libswish-api-common-perl.git
Homepage: https://metacpan.org/release/SWISH-API-Common

Package: libswish-api-common-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends},
         liblog-log4perl-perl,
         libwww-perl,
         libsysadm-install-perl,
         swish-e
Description: Perl interface to the SWISH index engine
 SWISH::API::Common offers an easy interface to the Swish index engine. While
 SWISH::API offers a complete API, SWISH::API::Common focuses on ease of use.
 Currently, this API allows for indexing documents in a single directory and
 any of its subdirectories. However, index() and search() cannot be executed
 in parallel.