libmxml
« Back to VersTracker
Description:
Mini-XML library
Type: Formula  |  Tracked Since: Dec 28, 2025
Links: Homepage  |  formulae.brew.sh
Category: Developer tools
Tags: xml library c parsing embedded
Install: brew install libmxml
About:
Libmxml is a lightweight XML and HTML parsing library designed for embedded systems and applications requiring minimal footprint. It provides a simple DOM-like API for reading and writing XML files efficiently. Its main value proposition is high performance with very low memory usage compared to full-featured XML libraries.
Key Features:
  • Small footprint and low memory usage
  • SAX and DOM style APIs
  • Supports reading and writing XML files
Use Cases:
  • Embedded systems development
  • Configuration file parsing
  • Logging data in XML format
Alternatives:
  • libxml2 – Much larger and more feature-rich, but heavier dependency
  • expat – Stream-oriented parser, similar lightweight profile
Version History
Detected Version Rev Change Commit
Sep 16, 2025 10:38am 0 VERSION_BUMP a41e5e00
Sep 13, 2024 3:04pm 0 VERSION_BUMP 35d860e6