fix license quoting in files.yaml
[gnulib.git] / modules / unistr / u16-strstr
1 Description:
2 Substring test for UTF-16 strings.
3
4 Files:
5 lib/unistr/u16-strstr.c
6 lib/unistr/u-strstr.h
7 lib/str-kmp.h
8
9 Depends-on:
10 unistr/base
11 unistr/u16-strchr
12 unistr/u16-strmbtouc
13 unistr/u16-strlen
14 unistr/u16-strnlen
15 stdbool
16 malloca
17
18 configure.ac:
19 gl_LIBUNISTRING_MODULE([0.9.4], [unistr/u16-strstr])
20
21 Makefile.am:
22 if LIBUNISTRING_COMPILE_UNISTR_U16_STRSTR
23 lib_SOURCES += unistr/u16-strstr.c
24 endif
25
26 Include:
27 "unistr.h"
28
29 License:
30 LGPL
31
32 Maintainer:
33 Bruno Haible
34