Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Description][1]: > Mini-XML is a tiny XML library that you can use to read and write XML > and XML-like data files in your application without requiring large > non-standard libraries. Mini-XML only requires an ANSI C compatible > compiler (GCC works, as do most vendors’ ANSI C compilers) and a make > program. > > Mini-XML supports reading of UTF-8 and UTF-16 and writing of UTF-8 > encoded XML files and strings. Data is stored in a linked-list tree > structure, preserving the XML data hierarchy, element names, > attributes, and attribute values are supported with no preset limits, > just available memory. Lurch depends on this library. Create the bee file with the command below. $ bee init https://github.com/michaelrsweet/mxml/releases/download/v2.12/mxml-2.12.tar.gz creating mxml-2.12-0.bee from template '/etc/default/bee/templates/fallback' [1]: https://www.msweet.org/mxml/
- Loading branch information