Source: libsearch-gin-perl Maintainer: Debian Perl Group Uploaders: franck cuny , Jonathan Yu , gregor herrmann , Angel Abad 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.