]> rtime.felk.cvut.cz Git - coffee/buildroot.git/blob - package/libb64/Config.in
lrzsz: install symlinks for XMODEM and YMODEM
[coffee/buildroot.git] / package / libb64 / Config.in
1 config BR2_PACKAGE_LIBB64
2         bool "libb64"
3         help
4           libb64 is a library of ANSI C routines for fast encoding
5           and decoding of data into and from a base64-encoded format.
6           C++ wrappers are included, as well as the source code for
7           standalone encoding and decoding executables.
8
9           Base64 uses a subset of displayable ASCII characters, and is
10           therefore a useful encoding for storing binary data in a text
11           file, such as XML, or sending binary data over text-only
12           email.
13
14           http://libb64.sourceforge.net