File: control

package info (click to toggle)
libsearch-gin-perl 0.11-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster, stretch
  • size: 404 kB
  • ctags: 87
  • sloc: perl: 1,007; makefile: 28
file content (45 lines) | stat: -rw-r--r-- 1,940 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
41
42
43
44
45
Source: libsearch-gin-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: franck cuny <franck@lumberjaph.net>,
           Jonathan Yu <jawnsy@cpan.org>,
           gregor herrmann <gregoa@debian.org>,
           Angel Abad <angel@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper (>= 9.20140227~),
               libmodule-build-tiny-perl,
               perl
Build-Depends-Indep: libdata-stream-bulk-perl,
                     libmoose-perl,
                     libmoosex-types-set-object-perl,
                     libmro-compat-perl,
                     libnamespace-autoclean-perl,
                     libscope-guard-perl,
                     libset-object-perl,
                     libtest-deep-perl,
                     libtest-tempdir-tiny-perl,
                     perl (>= 5.21.6) | libtest-simple-perl (>= 1.001010)
Standards-Version: 3.9.7
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libsearch-gin-perl.git
Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libsearch-gin-perl.git
Homepage: https://metacpan.org/release/Search-GIN

Package: libsearch-gin-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends},
         libdata-stream-bulk-perl,
         libmoose-perl,
         libmro-compat-perl,
         libnamespace-autoclean-perl,
         libscope-guard-perl,
         libset-object-perl,
         libtest-deep-perl
Description: Perl module for Generalized Inverted Indexing
 Search::GIN is a Perl module providing an implementaiton of a Generalized
 Inverted Index. An inverted index is a structure storing pairs of keys and
 posting lists, where a posting list is a set of documents in which the key
 occurs. It is generalized in the sense that it does not know what operation
 it accelerates and in general is used to provide fast and scalable full-text
 search facilities.