gnulib-tool.py: Handle module dependencies that cannot be found.
[gnulib.git] / modules / hash-map
blobcfe10067ee7c03761a85a16a4edc8b8756c9783f
1 Description:
2 Map data type implemented by a hash table.
4 Files:
5 lib/gl_hash_map.h
6 lib/gl_hash_map.c
7 lib/gl_anyhash1.h
8 lib/gl_anyhash2.h
9 lib/gl_anyhash_primes.h
11 Depends-on:
12 map
13 stdint
14 xsize
15 c99
17 configure.ac:
19 Makefile.am:
20 lib_SOURCES += gl_hash_map.h gl_hash_map.c gl_anyhash1.h gl_anyhash2.h gl_anyhash_primes.h
22 Include:
23 "gl_hash_map.h"
25 License:
26 GPL
28 Maintainer:
29 all