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
|
Source: libmecab-ruby
Section: ruby
Priority: optional
Maintainer: TANIGUCHI Takaki <takaki@debian.org>
Build-Depends: cdbs, debhelper (>= 7), libmecab-dev, ruby-pkg-tools,
ruby1.8, ruby1.8-dev, ruby1.9.1, ruby1.9.1-dev
Standards-Version: 3.8.4
Homepage: http://sourceforge.net/projects/mecab/
Package: libmecab-ruby
Architecture: all
Depends: libmecab-ruby1.8, ${misc:Depends}
Description: mecab binding for Ruby language (dependency package)
Mecab is a morphological analysis system. It reads Japanese
sentences from the standard input, segments them into morpheme
sequences, and outputs them to the standard output with many
additional pieces of information (pronunciation, semantic
information, etc).
.
This is a dependency package which depends on Debian's default Ruby version
(currently 1.8.x).
Package: libmecab-ruby1.8
Architecture: any
Depends: libruby1.8, ${shlibs:Depends}, ${misc:Depends}
Description: mecab binding for Ruby language (version 1.8)
Mecab is a morphological analysis system. It reads Japanese
sentences from the standard input, segments them into morpheme
sequences, and outputs them to the standard output with many
additional pieces of information (pronunciation, semantic
information, etc).
.
This package is built for Ruby 1.8.
Package: libmecab-ruby1.9.1
Architecture: any
Depends: libruby1.9.1, ${shlibs:Depends}, ${misc:Depends}
Description: mecab binding for Ruby language (version 1.9.1)
Mecab is a morphological analysis system. It reads Japanese
sentences from the standard input, segments them into morpheme
sequences, and outputs them to the standard output with many
additional pieces of information (pronunciation, semantic
information, etc).
.
This package is built for Ruby 1.9.1.
|