autoupdate
[gnulib.git] / modules / hash
index 3feaaee..75a99da 100644 (file)
@@ -2,21 +2,26 @@ Description:
 Parametrizable hash table.
 
 Files:
-lib/hash.h
 lib/hash.c
+lib/hash.h
 m4/hash.m4
 
 Depends-on:
-malloc
-realloc
+bitrotate
 stdbool
+stdint
+xalloc
 
 configure.ac:
 gl_HASH
 
 Makefile.am:
-lib_SOURCES += hash.h hash.c
 
 Include:
 "hash.h"
 
+License:
+GPL
+
+Maintainer:
+Jim Meyering