slackbuilds_ponce/libraries/libb64
B. Watson 5806b53fe6
libraries/libb64: Fix 15.0 build.
Signed-off-by: B. Watson <yalhcru@gmail.com>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2022-02-12 00:29:36 +07:00
..
libb64.info
libb64.SlackBuild
README
shared-library.patch
slack-desc

libb64 is a library of ANSI C routines for fast encoding/decoding data into and
from a base64-encoded format. C++ wrappers are included, as well as the source
code for standalone encoding and decoding executables.

Base64 uses a subset of displayable ASCII characters, and is therefore a useful
encoding for storing binary data in a text file, such as XML, or sending binary
data over text-only email.