External, Non-PPA KXStudio Repository
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

45 lines
1.6KB

  1. Source: mxml-static
  2. Section: devel
  3. Priority: optional
  4. Maintainer: falkTX <falktx@falktx.com>
  5. Build-Depends: debhelper-compat (= 13),
  6. kxstudio-build-scripts,
  7. autoconf,
  8. automake,
  9. libtool
  10. Standards-Version: 4.5.0
  11. Homepage: https://github.com/michaelrsweet/mxml
  12. Rules-Requires-Root: no
  13. Package: libmxml-static
  14. Architecture: any
  15. Depends: ${misc:Depends}
  16. Conflicts: mxml-static
  17. Breaks: mxml-static
  18. Description: small XML parsing library (static)
  19. Mini-XML is a small XML parsing library that you can use to read XML and
  20. XML-like data files in your application without requiring large non-standard
  21. libraries.
  22. .
  23. Mini-XML provides the following functionality:
  24. * Reading of UTF-8 and UTF-16 and writing of UTF-8 encoded XML files and
  25. strings.
  26. * Data is stored in a linked-list tree structure, preserving the XML data
  27. hierarchy.
  28. * Supports arbitrary element names, attributes, and attribute values with
  29. no preset limits, just available memory.
  30. * Supports integer, real, opaque ("cdata"), and text data types in "leaf"
  31. nodes.
  32. * Functions for creating, indexing, and managing trees of data.
  33. * "Find" and "walk" functions for easily locating and navigating trees of
  34. data.
  35. .
  36. Mini-XML doesn't do validation or other types of processing on the data based
  37. upon schema files or other sources of definition information, nor does it
  38. support character entities other than those required by the XML specification.
  39. .
  40. This package contains the files necessary for running applications that
  41. use the Mini-XML library.
  42. .
  43. This package provides the static library used in KXStudio builds.