posix_spawn_file_actions_* tests: Fix module dependencies.
[gnulib.git] / modules / base32
blob20f38cf1a093b04b368437f388b78261f61e7081
1 Description:
2 Encode binary data using printable characters (base32).
4 Files:
5 lib/base32.h
6 lib/base32.c
7 m4/base32.m4
9 Depends-on:
10 stdbool
11 memchr
13 configure.ac:
14 gl_FUNC_BASE32
16 Makefile.am:
17 lib_SOURCES += base32.h base32.c
19 Include:
20 "base32.h"
22 License:
23 LGPLv2+
25 Maintainer:
26 TODO