summaryrefslogtreecommitdiff
path: root/modules/hash-map
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2018-12-14 23:07:53 +0100
committerBruno Haible <bruno@clisp.org>2018-12-14 23:07:53 +0100
commit99d064ff67a5b96b24f4bde4a9410363c72c8d69 (patch)
tree7dca50e3a75d1ae50b3fde8f600cceb84e307535 /modules/hash-map
parent7b55f2d1a704676459e63c23b98dbc716ee46c9b (diff)
downloadgnulib-99d064ff67a5b96b24f4bde4a9410363c72c8d69.tar.gz
hash-map: New module.
* lib/gl_hash_map.h: New file. * lib/gl_hash_map.c: New file. * modules/hash-map: New file.
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