File: control

package info (click to toggle)
libsearch-queryparser-perl 0.95-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 88 kB
  • sloc: perl: 124; makefile: 2
file content (31 lines) | stat: -rw-r--r-- 1,395 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
Source: libsearch-queryparser-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Ernesto Hernández-Novich (USB) <emhn@usb.ve>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper-compat (= 13),
               libmodule-build-perl
Build-Depends-Indep: perl
Standards-Version: 4.5.1
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libsearch-queryparser-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libsearch-queryparser-perl.git
Homepage: https://metacpan.org/release/Search-QueryParser
Rules-Requires-Root: no

Package: libsearch-queryparser-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends}
Description: Perl module to parse search query strings into a data structure
 Search::QueryParser parses search query strings into a data structure to be
 handled by external search engines.
 .
 The query string can contain simple terms, "exact phrases", field names and
 comparison operators, '+/-' prefixes, parentheses, and boolean connectors.
 .
 The parser can be parameterized by regular expressions for specific notions
 of "term", "field name" or "operator" ; see the new method. The parser has no
 support for lemmatization or other term transformations : these should be
 done externally, before passing the query data structure to the search
 engine.