File: control

package info (click to toggle)
groonga-normalizer-mysql 1.1.1-2
  • links: PTS
  • area: main
  • in suites: stretch
  • size: 3,152 kB
  • ctags: 495
  • sloc: ansic: 14,202; sh: 4,356; makefile: 309
file content (32 lines) | stat: -rw-r--r-- 1,072 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
32
Source: groonga-normalizer-mysql
Section: libs
Priority: optional
Maintainer: Groonga Project <packages@groonga.org>
Uploaders: Kentaro Hayashi <hayashi@clear-code.com>
Build-Depends:
  debhelper (>= 9),
  autotools-dev,
  pkg-config,
  libgroonga-dev (>= 3.0.0)
Standards-Version: 3.9.8
Homepage: https://github.com/groonga/groonga-normalizer-mysql

Package: groonga-normalizer-mysql
Architecture: linux-any kfreebsd-any
Depends:
  ${misc:Depends},
  ${shlibs:Depends},
  libgroonga0
Description: MySQL derived normalizer for Groonga
 Groonga is an open-source fulltext search engine and column store.
 It lets you write high-performance applications that requires fulltext
 search.
 .
 This package provides a normalizer which normalizes text as same as
 MySQL does.
 .
 Groonga has its own normalizers by default, but that behavior is a bit
 defferent from MySQL does, so as a result, it affects search results.
 These normalizers are useful if you regards it important for keeping
 normalizer compatibility with MySQL in Mroonga which uses Groonga as
 storage engine.