Dash:
[t2.git] / package / develop / mxml / mxml.desc
blob14bbcc33d7ab9e6d6c05770303188eb38a167818
1 [COPY] --- T2-COPYRIGHT-NOTE-BEGIN ---
2 [COPY] T2 SDE: package/*/mxml/mxml.desc
3 [COPY] Copyright (C) 2006 - 2021 The T2 SDE Project
4 [COPY] 
5 [COPY] This Copyright note is generated by scripts/Create-CopyPatch,
6 [COPY] more information can be found in the files COPYING and README.
7 [COPY] 
8 [COPY] This program is free software; you can redistribute it and/or modify
9 [COPY] it under the terms of the GNU General Public License version 2.
10 [COPY] --- T2-COPYRIGHT-NOTE-END ---
12 [I] An extremely small XML parsing library for C
14 [T] Mini-XML is a small XML parsing library that you can use to read
15 [T] XML and XML-like data files in your application without requiring
16 [T] large non-standard libraries. It only requires an ANSI C compatible
17 [T] compiler (GCC works, as do most vendors' ANSI C compilers) and
18 [T] a "make" program. It supports reading of UTF-8
19 [T] and UTF-16 and writing of UTF-8 encoded XML strings and files, and
20 [T] provides a hierarchical view of the file via a linked-list tree
21 [T] structure of typed nodes and functions for managing, traversing,
22 [T] indexing, and searching the tree.
24 [U] http://www.easysw.com/~mike/mxml/
26 [A] Michael Sweet <mike@easysw.com>
27 [M] The T2 Project <t2@t2-project.org>
29 [C] extra/tool
31 [L] GPL
32 [S] Stable
33 [V] 3.3
34 [P] X -----5---9 800.000
36 [D] e569b0ee668cf7e3d3affe6068fae85952a105e9b80d4043f7033199 mxml-3.3.tar.gz https://github.com/michaelrsweet/mxml/archive/v3.3/