File: control-php.in

package info (click to toggle)
xapian-bindings 1.4.29-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 21,436 kB
  • sloc: cpp: 379,853; python: 10,780; cs: 9,529; java: 6,949; sh: 4,629; perl: 4,435; makefile: 1,274; ruby: 1,028; php: 586; tcl: 246
file content (19 lines) | stat: -rw-r--r-- 954 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19

Package: php@PHP_VERSION@-xapian
Section: php
Architecture: any
Depends: ${php@PHP_VERSION@:Depends}, ${shlibs:Depends}, ${misc:Depends}
Suggests: xapian-doc
Description: Xapian search engine interface for PHP@PHP_VERSION@
 This package provides Xapian PHP bindings built for PHP@PHP_VERSION@.
 .
 The Xapian search engine library is a highly adaptable toolkit which allows
 developers to easily add advanced indexing and search facilities to their own
 applications.  It implements the probabilistic model of information retrieval,
 and provides facilities for performing ranked free-text searches, relevance
 feedback, phrase searching, boolean searching, stemming, and simultaneous
 update and searching.  It is highly scalable, and is capable of working with
 collections containing hundreds of millions of documents.
 .
 The Xapian PHP bindings provide an interface to the Xapian library from PHP,
 allowing both indexing and retrieval operations.