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
|
Source: base16384
Section: utils
Priority: optional
Maintainer: Fumiama Minamoto <fumiama@foxmail.com>
Build-Depends: debhelper-compat (= 13), cmake
Rules-Requires-Root: no
Standards-Version: 4.7.0
Homepage: https://github.com/fumiama/base16384
Package: base16384
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: Encode binary files to printable utf16be
There are 16384 Chinese characters (from \u4E00 to \u8DFF)
as the "alphabet", just like what base64 did.
If the length of the data has a remainder after mod 7,
a unicode Chinese character \u3Dxx will be appended to present it
with xx ranging from 01 to 06.
Package: libbase16384-2
Architecture: any
Section: libs
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: Dynamic library of base16384
This package provides library files for base16384 algorithm,
which has 16384 Chinese characters (from \u4E00 to \u8DFF)
as the "alphabet", just like what base64 did.
If the length of the data has a remainder after mod 7,
a unicode Chinese character \u3Dxx will be appended to present it
with xx ranging from 01 to 06.
Package: libbase16384-dev
Architecture: any
Section: libdevel
Depends: ${misc:Depends}, libbase16384-2 (= ${binary:Version})
Description: Header and archive of base16384
This package provides header and archive for base16384,
which has 16384 Chinese characters (from \u4E00 to \u8DFF)
as the "alphabet", just like what base64 did.
If the length of the data has a remainder after mod 7,
a unicode Chinese character \u3Dxx will be appended to present it
with xx ranging from 01 to 06.
|