mirror of
https://github.com/fumiama/base16384.git
synced 2026-06-23 17:10:18 +08:00
justify d/control
This commit is contained in:
@@ -12,7 +12,7 @@ Chinese characters ( from
|
|||||||
.B 4E00
|
.B 4E00
|
||||||
to
|
to
|
||||||
.B 8DFF
|
.B 8DFF
|
||||||
) being selected as the
|
) as the
|
||||||
.I "alphabet"
|
.I "alphabet"
|
||||||
, just like what base64 did. If length of the data has a remainder after mod 7, an unicode Chinese character
|
, just like what base64 did. If length of the data has a remainder after mod 7, an unicode Chinese character
|
||||||
.B 3Dxx
|
.B 3Dxx
|
||||||
|
|||||||
22
debian/control
vendored
22
debian/control
vendored
@@ -2,9 +2,9 @@ Source: base16384
|
|||||||
Section: utils
|
Section: utils
|
||||||
Priority: optional
|
Priority: optional
|
||||||
Maintainer: Fumiama Minamoto <fumiama@foxmail.com>
|
Maintainer: Fumiama Minamoto <fumiama@foxmail.com>
|
||||||
Build-Depends: debhelper (>= 9), cmake (>= 3)
|
Build-Depends: debhelper-compat (= 13), cmake (>= 3)
|
||||||
Rules-Requires-Root: no
|
Rules-Requires-Root: no
|
||||||
Standards-Version: 4.4.1
|
Standards-Version: 4.6.1
|
||||||
Homepage: https://github.com/fumiama/base16384
|
Homepage: https://github.com/fumiama/base16384
|
||||||
Vcs-Browser: https://salsa.debian.org/debian/base16384
|
Vcs-Browser: https://salsa.debian.org/debian/base16384
|
||||||
Vcs-Git: https://salsa.debian.org/debian/base16384.git
|
Vcs-Git: https://salsa.debian.org/debian/base16384.git
|
||||||
@@ -14,7 +14,7 @@ Architecture: any
|
|||||||
Depends: ${shlibs:Depends}, ${misc:Depends}
|
Depends: ${shlibs:Depends}, ${misc:Depends}
|
||||||
Description: Encode binary files to printable utf16be
|
Description: Encode binary files to printable utf16be
|
||||||
There are 16384 Chinese characters (from \u4E00 to \u8DFF)
|
There are 16384 Chinese characters (from \u4E00 to \u8DFF)
|
||||||
being selected as the "alphabet", just like what base64 did.
|
as the "alphabet", just like what base64 did.
|
||||||
If length of the data has a remainder after mod 7,
|
If length of the data has a remainder after mod 7,
|
||||||
an unicode Chinese character \u3Dxx will be appended to present it
|
an unicode Chinese character \u3Dxx will be appended to present it
|
||||||
with xx ranging from 01 to 06.
|
with xx ranging from 01 to 06.
|
||||||
@@ -23,10 +23,20 @@ Package: libbase16384-2
|
|||||||
Architecture: any
|
Architecture: any
|
||||||
Depends: ${misc:Depends}
|
Depends: ${misc:Depends}
|
||||||
Description: Dynamic library of base16384
|
Description: Dynamic library of base16384
|
||||||
This package provides .so file for 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 length of the data has a remainder after mod 7,
|
||||||
|
an unicode Chinese character \u3Dxx will be appended to present it
|
||||||
|
with xx ranging from 01 to 06.
|
||||||
|
|
||||||
Package: libbase16384-2-dev
|
Package: libbase16384-2-dev
|
||||||
Architecture: any
|
Architecture: any
|
||||||
Depends: ${misc:Depends}, libbase16384-2 (= ${binary:Version})
|
Depends: ${misc:Depends}, libbase16384-2 (= ${binary:Version})
|
||||||
Description: Header and static library of base16384
|
Description: Header and archive of base16384
|
||||||
This package provides development files for 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 length of the data has a remainder after mod 7,
|
||||||
|
an unicode Chinese character \u3Dxx will be appended to present it
|
||||||
|
with xx ranging from 01 to 06.
|
||||||
|
|||||||
Reference in New Issue
Block a user