File: control

package info (click to toggle)
libmoe 1.5.8-5
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, buster, sid, trixie
  • size: 6,880 kB
  • sloc: ansic: 481,439; perl: 2,318; makefile: 159; sh: 20
file content (31 lines) | stat: -rw-r--r-- 1,296 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
31
Source: libmoe
Section: libdevel
Priority: optional
Maintainer: TANIGUCHI Takaki <takaki@debian.org>
Standards-Version: 4.2.1
Build-Depends: debhelper(>= 11), perl
Vcs-Git: https://salsa.debian.org/debian/libmoe.git
Vcs-Browser: https://salsa.debian.org/debian/libmoe

Package: libmoe-dev
Architecture: any
Depends: ${misc:Depends}, libmoe1.5 (= ${binary:Version}), libc6-dev
Conflicts: libiso2mb-dev
Replaces: libiso2mb-dev, libmoe1.5 (<< 1.5.8-3)
Breaks: libmoe1.5 (<< 1.5.8-3)
Description: library to handle multiple octets character encoding scheme (devel files)
 libmoe is a collection of routines to handle sequence of characters
 consisting of multiple octets.  The main functionalities are to convert
 the encoding of a character from ISO 2022 to "fake" UTF-8, and vice versa.
 .
 This development package contains include files for the interface.
 It includes also a static lib for particular cases.

Package: libmoe1.5
Section: libs
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends}
Description: library to handle multiple octets character encoding scheme
 libmoe is a collection of routines to handle sequence of characters
 consisting of multiple octets.  The main functionalities are to convert
 the encoding of a character from ISO 2022 to "fake" UTF-8, and vice versa.