Source: mxml Priority: optional Maintainer: Alastair McKinstry Build-Depends: debhelper-compat (= 13) Standards-Version: 4.6.1 Section: libs Vcs-Browser: https://salsa.debian.org:/mckinstry/mxml.git Vcs-Git: https://salsa.debian.org:/mckinstry/mxml.git -b debian/latest Homepage: https://www.msweet.org/mxml/ Package: libmxml-dev Section: libdevel Architecture: any Multi-Arch: same Depends: libmxml1 (= ${binary:Version}), ${misc:Depends} Description: small XML parsing library (development) Mini-XML is a small XML parsing library that you can use to read XML and XML-like data files in your application without requiring large non-standard libraries. . Mini-XML provides the following functionality: * 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. * Supports arbitrary element names, attributes, and attribute values with no preset limits, just available memory. * Supports integer, real, opaque ("cdata"), and text data types in "leaf" nodes. * Functions for creating, indexing, and managing trees of data. * "Find" and "walk" functions for easily locating and navigating trees of data. . This package contains the Mini-XML development files. . Package: libmxml1 Architecture: any Multi-Arch: same Pre-Depends: ${misc:Pre-Depends} Depends: ${shlibs:Depends}, ${misc:Depends} Recommends: libmxml-bin Description: small XML parsing library (runtime) Mini-XML is a small XML parsing library that you can use to read XML and XML-like data files in your application without requiring large non-standard libraries. . Mini-XML provides the following functionality: * 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. * Supports arbitrary element names, attributes, and attribute values with no preset limits, just available memory. * Supports integer, real, opaque ("cdata"), and text data types in "leaf" nodes. * Functions for creating, indexing, and managing trees of data. * "Find" and "walk" functions for easily locating and navigating trees of data. . Mini-XML doesn't do validation or other types of processing on the data based upon schema files or other sources of definition information, nor does it support character entities other than those required by the XML specification. . This package contains the files necessary for running applications that use the Mini-XML library. .