summaryrefslogtreecommitdiff
path: root/modules/hash-map
diff options
context:
space:
mode:
Diffstat (limited to 'modules/hash-map')
-rw-r--r--modules/hash-map28
1 files changed, 28 insertions, 0 deletions
diff --git a/modules/hash-map b/modules/hash-map
new file mode 100644
index 0000000000..5cc5c68acc
--- /dev/null
+++ b/modules/hash-map
@@ -0,0 +1,28 @@
+Description:
+Set data type implemented by a hash table.
+
+Files:
+lib/gl_hash_map.h
+lib/gl_hash_map.c
+lib/gl_anyhash1.h
+lib/gl_anyhash2.h
+lib/gl_anyhash_primes.h
+
+Depends-on:
+map
+stdint
+xsize
+
+configure.ac:
+
+Makefile.am:
+lib_SOURCES += gl_hash_map.h gl_hash_map.c gl_anyhash1.h gl_anyhash2.h gl_anyhash_primes.h
+
+Include:
+"gl_hash_map.h"
+
+License:
+GPL
+
+Maintainer:
+all