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 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80
|
Source: sufary
Section: text
Priority: optional
Maintainer: Takao KAWAMURA <kawamura@debian.org>
Build-Depends: perl(>= 5.6.0-16), debhelper(>= 3.0.18)
Standards-Version: 3.6.1
Package: sufary
Architecture: any
Depends: ${shlibs:Depends}
Description: Full-text searching tools using suffix array
SUFARY is a very powerful indexing and query system using suffix
array.
.
SUFARY can handle one file at a time, and so not suited for
searching a word from many files.
.
CAUTION: Documentation for sufary is written in Japanese.
Package: libsufary2
Section: libs
Architecture: any
Depends: ${shlibs:Depends}
Description: Shared Library for SUFARY
This packages contains a runtime shared library for the SUFARY
system.
.
SUFARY is a very powerful indexing and query system using suffix
array.
.
SUFARY can handle one file at a time, and so not suited for
searching a word from many files.
.
CAUTION: Documentation for sufary is written in Japanese.
Package: sufary-dev
Section: devel
Architecture: any
Depends: libsufary2
Description: Development files for SUFARY
A header file and libraries for developing the SUFARY applications.
.
SUFARY is a very powerful indexing and query system using suffix
array.
.
SUFARY can handle one file at a time, and so not suited for
searching a word from many files.
.
CAUTION: Documentation for sufary is written in Japanese.
Package: libsufary-perl
Section: interpreters
Architecture: any
Depends: perl, ${shlibs:Depends}
Description: Perl module for SUFARY
This module lets you use the SUFARY library from perl.
.
SUFARY is a very powerful indexing and query system using suffix
array.
.
SUFARY can handle one file at a time, and so not suited for
searching a word from many files.
.
CAUTION: Documentation for sufary is written in Japanese.
Package: sufary-tcltk
Architecture: all
Priority: optional
Depends: sufary, tk8.4|wish
Description: Tcl/Tk interface for SUFARY
This packages provides kwicview, a Tcl/TK based GUI for array which
is a searching program of the SUFARY system.
.
SUFARY is a very powerful indexing and query system using suffix
array.
.
SUFARY can handle one file at a time, and so not suited for
searching a word from many files.
.
CAUTION: Documentation for sufary is written in Japanese.
|