1Description:
2Simple XML-like parser
3
4Files:
5lib/markup.h
6lib/markup.c
7
8Depends-on:
9c-ctype
10linked-list
11unistr/u8-mbtouc
12unistr/u8-next
13unictype/ctype-alpha
14xalloc
15xlist
16xvasprintf
17
18configure.ac:
19
20Makefile.am:
21lib_SOURCES += markup.h markup.c
22
23Include:
24"markup.h"
25
26License:
27LGPL
28
29Maintainer:
30Daiki Ueno
31
32