diff modules/oset @ 6983:b35d92b555bf

Abstract ordered set data type.
author Bruno Haible <bruno@clisp.org>
date Mon, 17 Jul 2006 11:34:01 +0000
parents
children f526e0c3f8b9
line wrap: on
line diff
new file mode 100644
--- /dev/null
+++ b/modules/oset
@@ -0,0 +1,26 @@
+Description:
+Abstract ordered set data type.
+
+Files:
+lib/gl_oset.h
+lib/gl_oset.c
+m4/gl_list.m4
+
+Depends-on:
+stdbool
+
+configure.ac:
+gl_LIST
+
+Makefile.am:
+lib_SOURCES += gl_oset.h gl_oset.c
+
+Include:
+"gl_oset.h"
+
+License:
+GPL
+
+Maintainer:
+Bruno Haible
+