gnulib-tool: Fix trouble caused by Python's bytecode cache.
[gnulib.git] / modules / carray-list
blobbd72e5ffc36dc987ca2082370427b001a35af191
1 Description:
2 Sequential list data type implemented by a circular array.
4 Files:
5 lib/gl_carray_list.h
6 lib/gl_carray_list.c
8 Depends-on:
9 list
10 stdint
11 xsize
13 configure.ac:
15 Makefile.am:
16 lib_SOURCES += gl_carray_list.h gl_carray_list.c
18 Include:
19 "gl_carray_list.h"
21 License:
22 LGPLv2+
24 Maintainer:
25 all