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
|
Source: anthy
Section: utils
Priority: optional
Maintainer: Masahito Omote <omote@debian.org>
Build-Depends: debhelper (>> 4.0.0), autotools-dev, dpatch (>= 1.11), debconf (>= 0.5)
Standards-Version: 3.6.1.0
Package: anthy
Architecture: any
Replaces: anthy-cannadic, anthy-cannadic-2ch
Depends: ${shlibs:Depends}, ${misc:Depends}
Conflicts: anthy-cannadic, anthy-cannadic-2ch
Description: A Japanese input method (backend, dictionary and utility)
Anthy is a Japanese input method working on X11 and emacs. It converts
Hiragana text to Kana Kanji mixed text. It is implemented as a library
and stores user's private information into their own home directory.
Thus, Anthy is simple and secure (your information is protected from
spoofing and snooping).
Package: anthy-el
Architecture: all
Depends: anthy, emacs21 | emacsen
Description: A Japanese input method (elisp fronted)
Anthy is a Japanese input method working on X11 and emacs. It converts
Hiragana text to Kana Kanji mixed text. It is implemented as a library
and stores user's private information into their own home directory.
Thus, Anthy is simple and secure (your information is protected from
spoofing and snooping).
.
This package includes Anthy frontend on Emacs and XEmacs.
Package: libanthy0
Section: libs
Architecture: any
Depends: ${shlibs:Depends}
Description: Anthy runtime library
Anthy is a Japanese input method working on X11 and emacs. It converts
Hiragana text to Kana Kanji mixed text. It is implemented as a library
and stores user's private information into their own home directory.
Thus, Anthy is simple and secure (your information is protected from
spoofing and snooping).
.
This package includes Anthy shared libraries.
Package: libanthy-dev
Section: libdevel
Architecture: any
Depends: libanthy0 (= ${Source-Version})
Description: Anthy static library, headers and documets for developers
Anthy is a Japanese input method working on X11 and emacs. It converts
Hiragana text to Kana Kanji mixed text. It is implemented as a library
and stores user's private information into their own home directory.
Thus, Anthy is simple and secure (your information is protected from
spoofing and snooping).
.
This Package includes Anthy header and static libraries.
|