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 108 109 110 111 112 113 114
|
Source: m17n-lib
Section: utils
Priority: optional
Maintainer: Debian Input Method Team <debian-input-method@lists.debian.org>
Uploaders:
Harshula Jayasuriya <harshula@debian.org>,
Build-Depends:
debhelper-compat (= 13),
ispell,
libanthy-dev,
libfontconfig-dev,
libfreetype-dev,
libfribidi-dev,
libgd-dev,
libotf-dev,
libthai-dev,
libx11-dev,
libxaw7-dev,
libxft-dev,
libxml2-dev,
libxmu-dev,
libxrender-dev,
libxt-dev,
m17n-db,
pkgconf,
Standards-Version: 4.7.2
Homepage: https://www.nongnu.org/m17n/
Vcs-Git: https://salsa.debian.org/input-method-team/m17n-lib.git
Vcs-Browser: https://salsa.debian.org/input-method-team/m17n-lib
Description: multilingual text processing library
The m17n library is a multilingual text processing library for the C
language. This library has following features:
- The m17n library is an open source software.
- The m17n library for any Linux/Unix applications.
- The m17n library realizes multilingualization of many aspects of
applications.
- The m17n library represents multilingual text as an object named
M-text. M-text is a string with attributes called text properties,
and designed to substitute for string in C. Text properties carry any
information required to input, display and edit the text.
- The m17n library supports functions to handle M-texts.
.
m17n is an abbreviation of Multilingualization.
Package: libm17n-0
Section: libs
Architecture: any
Multi-Arch: same
Pre-Depends:
${misc:Pre-Depends},
Depends:
m17n-db,
${misc:Depends},
${shlibs:Depends},
Suggests:
m17n-docs,
Description: ${source:Synopsis} - runtime
${source:Extended-Description}
.
This package contains the runtime part of m17n-lib.
Package: libm17n-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Pre-Depends:
${misc:Pre-Depends},
Depends:
dpkg-dev,
libm17n-0 (= ${binary:Version}),
libthai-dev,
libxml2-dev,
${misc:Depends},
Suggests:
m17n-docs,
Description: ${source:Synopsis} - development
${source:Extended-Description}
.
This package contains the header and development files needed to build
programs and packages using m17n-lib.
Package: m17n-lib-bin
Architecture: any
Multi-Arch: foreign
Depends:
libm17n-0 (= ${binary:Version}),
${misc:Depends},
${shlibs:Depends},
Suggests:
m17n-docs,
Description: ${source:Synopsis} - utilities
${source:Extended-Description}
.
This package contains the utilities which use m17n-lib.
Package: m17n-lib-mimx
Architecture: any
Multi-Arch: same
Pre-Depends:
${misc:Pre-Depends},
Depends:
anthy,
ispell,
libm17n-0 (= ${binary:Version}),
${misc:Depends},
${shlibs:Depends},
Suggests:
m17n-docs,
Description: ${source:Synopsis} - binary modules
${source:Extended-Description}
.
This package contains the binary modules needed by:
- ja-anthy.mim
- ispell.mim
|