Source: groonga-normalizer-mysql
Section: libs
Priority: optional
Maintainer: Kentaro Hayashi <kenhys@xdump.org>
Vcs-Git: https://salsa.debian.org/debian/groonga-normalizer-mysql.git
Vcs-Browser: https://salsa.debian.org/debian/groonga-normalizer-mysql/
Build-Depends:
 dpkg-dev (>= 1.22.5),
 debhelper-compat (= 13),
 cmake,
 pkgconf,
 libgroonga-dev
Standards-Version: 4.7.2
Homepage: https://github.com/groonga/groonga-normalizer-mysql
Rules-Requires-Root: no

Package: groonga-normalizer-mysql
Architecture: linux-any
Depends:
 ${misc:Depends},
 ${shlibs:Depends}
Multi-Arch: same
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.