File: control

package info (click to toggle)
marisa 0.2.6-19
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 1,556 kB
  • sloc: cpp: 21,422; perl: 370; python: 307; makefile: 228; ruby: 129; ansic: 119; sh: 65
file content (107 lines) | stat: -rw-r--r-- 2,912 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
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
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
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 (= 13),
 dh-sequence-pkgkde-symbolshelper,
 dh-sequence-python3,
 perl,
 perl-xs-dev,
 python3-all-dev,
 python3-setuptools,
 ruby,
 ruby-dev,
 swig,
Standards-Version: 4.7.2
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 (>= ${ruby:Build-Version}),
 ${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.