File: control

package info (click to toggle)
libtext-mecab-perl 0.20016-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, stretch
  • size: 360 kB
  • ctags: 272
  • sloc: perl: 2,849; ansic: 579; makefile: 7
file content (30 lines) | stat: -rw-r--r-- 1,106 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
Source: libtext-mecab-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Taku YASUI <tach@debian.org>
Section: perl
Priority: optional
Build-Depends: debhelper (>= 9.20120312~),
               libclass-accessor-perl,
               libmecab-dev,
               libtest-requires-perl,
               mecab,
               perl
Standards-Version: 3.9.5
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libtext-mecab-perl.git
Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libtext-mecab-perl.git
Homepage: http://search.cpan.org/dist/Text-MeCab/

Package: libtext-mecab-perl
Architecture: any
Depends: ${misc:Depends},
         ${perl:Depends},
         ${shlibs:Depends},
         libclass-accessor-perl
Description: alternate MeCab Interface for Perl
 Text::MeCab provides Perl bindings for MeCab (libmecab).
 libmecab (http://mecab.sourceforge.ne.jp) already has a perl interface built
 with it, but it is a not Perl-ish one. Text::MeCab has following advantages
 compared with it:
 .
  - High performance
  - Perl-ish programming interface