summaryrefslogtreecommitdiff
path: root/modules/array-list
diff options
context:
space:
mode:
Diffstat (limited to 'modules/array-list')
-rw-r--r--modules/array-list26
1 files changed, 26 insertions, 0 deletions
diff --git a/modules/array-list b/modules/array-list
new file mode 100644
index 0000000000..946789ca70
--- /dev/null
+++ b/modules/array-list
@@ -0,0 +1,26 @@
+Description:
+Sequential list data type implemented by an array.
+
+Files:
+lib/gl_array_list.h
+lib/gl_array_list.c
+
+Depends-on:
+list
+xalloc
+xsize
+
+configure.ac:
+
+Makefile.am:
+lib_SOURCES += gl_array_list.h gl_array_list.c
+
+Include:
+"gl_array_list.h"
+
+License:
+GPL
+
+Maintainer:
+Bruno Haible
+