bump standards-version
[gnulib.git] / modules / xoset
1 Description:
2 Abstract ordered set data type, with out-of-memory checking.
3
4 Files:
5 lib/gl_xoset.h
6 lib/gl_xoset.c
7 m4/gl_list.m4
8
9 Depends-on:
10 oset
11 inline
12 stdbool
13 xalloc-die
14
15 configure.ac:
16 gl_LIST
17
18 Makefile.am:
19 lib_SOURCES += gl_xoset.h gl_xoset.c
20
21 Include:
22 "gl_xoset.h"
23
24 License:
25 GPL
26
27 Maintainer:
28 Bruno Haible