Source: marisa
Section: libs
Priority: optional
Maintainer: Debian Input Method Team <debian-input-method@lists.debian.org>
Uploaders:
 Boyuan Yang <byang@debian.org>,
 Mitsuya Shibata <mty.shibata@gmail.com>,
Build-Depends:
 chrpath,
 debhelper-compat (= 12),
 dh-python,
 perl,
 python3-all-dev,
 ruby,
 ruby-dev,
 swig,
Standards-Version: 4.4.1
Rules-Requires-Root: no
Homepage: https://github.com/s-yata/marisa-trie
Vcs-Browser: https://salsa.debian.org/input-method-team/marisa
Vcs-Git: https://salsa.debian.org/input-method-team/marisa.git

Package: libmarisa-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends:
 libmarisa0 (= ${binary:Version}),
 ${misc:Depends},
Description: development files for libmarisa
 Matching Algorithm with Recursively Implemented StorAge (MARISA) is a static
 and space-efficient trie data structure.
 .
 This package contains the files necessary for compiling programs that
 depend on MARISA.

Package: libmarisa-perl
Section: perl
Architecture: any
Multi-Arch: foreign
Depends:
 libmarisa0 (= ${binary:Version}),
 ${misc:Depends},
 ${perl:Depends},
 ${shlibs:Depends},
Description: Perl bindings for MARISA
 Matching Algorithm with Recursively Implemented StorAge (MARISA) is a static
 and space-efficient trie data structure.
 .
 This package contains Perl bindings for MARISA.

Package: libmarisa0
Architecture: any
Multi-Arch: same
Depends:
 ${misc:Depends},
 ${shlibs:Depends},
Description: C++ library to provide an implementation of MARISA
 Matching Algorithm with Recursively Implemented StorAge (MARISA) is a static
 and space-efficient trie data structure.
 .
 This package contains C++ library to provide an implementation of MARISA.

Package: marisa
Section: utils
Architecture: any
Depends:
 libmarisa0 (= ${binary:Version}),
 ${misc:Depends},
 ${shlibs:Depends},
Description: command line tools for libmarisa
 Matching Algorithm with Recursively Implemented StorAge (MARISA) is a static
 and space-efficient trie data structure.
 .
 This package contains command line tools for libmarisa.

Package: python3-marisa
Section: python
Architecture: any
Depends:
 libmarisa0 (= ${binary:Version}),
 ${misc:Depends},
 ${python3:Depends},
 ${shlibs:Depends},
Description: Python3 bindings for MARISA
 Matching Algorithm with Recursively Implemented StorAge (MARISA) is a static
 and space-efficient trie data structure.
 .
 This package contains Python 3 bindings for MARISA.

Package: ruby-marisa
Section: ruby
Architecture: any
Multi-Arch: foreign
Depends:
 libmarisa0 (= ${binary:Version}),
 ruby,
 ${misc:Depends},
 ${shlibs:Depends},
Description: Ruby bindings for MARISA
 Matching Algorithm with Recursively Implemented StorAge (MARISA) is a static
 and space-efficient trie data structure.
 .
 This package contains Ruby bindings for MARISA.
