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 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151
|
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
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: multilingual text processing library - runtime
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.
.
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: multilingual text processing library - development
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.
.
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: multilingual text processing library - utilities
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.
.
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: multilingual text processing library - binary modules
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.
.
This package contains the binary modules needed by:
- ja-anthy.mim
- ispell.mim
|