File: control

package info (click to toggle)
libsearch-gin-perl 0.08-1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 244 kB
  • sloc: perl: 1,251; makefile: 19
file content (42 lines) | stat: -rw-r--r-- 1,534 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
Source: libsearch-gin-perl
Section: perl
Priority: optional
Build-Depends: debhelper (>= 7.0.50~)
Build-Depends-Indep: libdata-stream-bulk-perl,
 libmoose-perl (>= 0.89),
 libmoosex-types-set-object-perl,
 libmro-compat-perl,
 libnamespace-clean-perl,
 libscope-guard-perl,
 libset-object-perl,
 libtest-deep-perl,
 libtest-tempdir-perl (>= 0.04),
 libtest-use-ok-perl,
 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 <angelabad@gmail.com>
Standards-Version: 3.9.1
Homepage: http://search.cpan.org/dist/Search-GIN/
Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libsearch-gin-perl
Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libsearch-gin-perl

Package: libsearch-gin-perl
Architecture: all
Depends: ${misc:Depends}, ${perl:Depends},
 libdata-stream-bulk-perl,
 libmoose-perl (>= 0.89),
 libmro-compat-perl,
 libnamespace-clean-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.