summaryrefslogtreecommitdiffhomepage
path: root/debian/control
blob: a06886af4424ffe49216fab88a0f6624e647a767 (plain)
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: unicode
Section: devel
Priority: optional
Maintainer: Roland Reichwein <mail@reichwein.it>
Build-Depends: debhelper (>= 12), lsb-release, libboost1.74-all-dev | libboost-all-dev, libc++-13-dev | libc++-12-dev | libc++-11-dev | libc++-dev, libc++abi-13-dev | libc++abi-12-dev | libc++abi-11-dev | libc++abi-dev, lld-13 | lld-12 | lld-11 | lld, clang-13 | clang-12 | clang-11 | clang, libunwind-13-dev | libunwind-12-dev | libunwind-dev, llvm-13-linker-tools | llvm-12-linker-tools | llvm-11-linker-tools | clang
Standards-Version: 4.5.0
Homepage: http://www.reichwein.it/unicode/

Package: libunicode-dev
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Homepage: http://www.reichwein.it/unicode/
Description: Unicode conversion library
 libunicode is a locale independent library for conversion between Unicode encodings
 UTF-8, UTF-16 and UTF-32.
 .
  Features:
  - Additional support for ISO-8859-1 encoding (Latin-1) as subset of Unicode
  - Additional support for ISO-8859-15
  - Tested on Debian 10+11, Ubuntu 2004 to 2110
  - C++17 and C++20 compatible

Package: unicode-tools
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Homepage: http://www.reichwein.it/unicode/
Description: Unicode conversion tools
 unicode-tools is a collection of tools for Unicode file conversion:
 .
  - unicode-recode: Recode Unicode or ISO-8859 file
  - unicode-validate: Check file for Unicode compliance