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: dovecot-fts-xapian
Section: mail
Priority: optional
Maintainer: Joseph Nahmias <jello@debian.org>
Build-Depends: debhelper-compat (= 13)
, dovecot-dev
, libxapian-dev
, libicu-dev (>= 60~)
, libsqlite3-dev
, pkg-config
Standards-Version: 4.6.0
Homepage: https://github.com/grosjo/fts-xapian
Rules-Requires-Root: no
Vcs-Browser: https://salsa.debian.org/debian/dovecot-fts-xapian
Vcs-Git: https://salsa.debian.org/debian/dovecot-fts-xapian.git
Package: dovecot-fts-xapian
Architecture: any
Provides: fts-xapian
Enhances: dovecot-imapd, dovecot-pop3d
Depends: ${shlibs:Depends}, ${misc:Depends}, dovecot-abi-${dovecot:ABI-Version}
Description: full-text search for dovecot using xapian
This project provides a straightforward and simple way to configure
full-text search (FTS) for Dovecot, leveraging the efforts of the
Xapian.org team.
.
Compared to dovecot's own FTS plugins, fts-xapian is:
.
* simpler than fts_solr
* more free than fts_dovecot
* has a more active backend than fts_lucene
|