mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-08-16 01:22:18 +03:00
27 lines
289 B
Plaintext
27 lines
289 B
Plaintext
Description:
|
|
Encode binary data using printable characters (base64).
|
|
|
|
Files:
|
|
lib/base64.h
|
|
lib/base64.c
|
|
m4/base64.m4
|
|
|
|
Depends-on:
|
|
stdbool
|
|
memchr
|
|
|
|
configure.ac:
|
|
gl_FUNC_BASE64
|
|
|
|
Makefile.am:
|
|
lib_SOURCES += base64.h base64.c
|
|
|
|
Include:
|
|
"base64.h"
|
|
|
|
License:
|
|
LGPLv2+
|
|
|
|
Maintainer:
|
|
Simon Josefsson
|