File: control

package info (click to toggle)
marisa 0.2.4-8
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, stretch
  • size: 2,884 kB
  • ctags: 3,237
  • sloc: cpp: 21,487; sh: 11,121; perl: 288; python: 237; makefile: 184; ruby: 50
file content (106 lines) | stat: -rw-r--r-- 3,389 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
Source: marisa
Section: libs
Priority: extra
Maintainer: IME Packaging Team <pkg-ime-devel@lists.alioth.debian.org>
Uploaders: Mitsuya Shibata <mty.shibata@gmail.com>
Build-Depends: debhelper (>= 9),
               dh-autoreconf,
               perl,
               python-all-dev (>= 2.6.6-3),
               python3-all-dev (>= 3.1.3-12),
               ruby,
               ruby-dev,
               swig
Standards-Version: 3.9.5
Homepage: https://code.google.com/p/marisa-trie/
Vcs-Browser: https://github.com/m-shibata/marisa-dpkg
Vcs-Git: git://github.com/m-shibata/marisa-dpkg.git
XS-Testsuite: autopkgtest

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

Package: libmarisa0
Architecture: any
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
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: libmarisa-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends: libmarisa0 (= ${binary:Version}), ${misc:Depends}
Description: developement 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: python-marisa
Section: python
Architecture: any
Provides: ${python:Provides}
Depends: libmarisa0 (= ${binary:Version}),
         ${misc:Depends},
         ${python:Depends},
         ${shlibs:Depends}
Description: Python bindings for MARISA
 Matching Algorithm with Recursively Implemented StorAge (MARISA) is a static
 and space-efficient trie data structure.
 .
 This package contains Python bindings for MARISA.

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: 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: 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.