libxmlb

Library for querying compressed XML metadata with fast lookups

brewmacoslinux
Try with needOr install directly
Source

About

Library for querying compressed XML metadata

Commands

libxmlb

Examples

Query compressed XML metadata from a file$ libxmlb query metadata.xmlb --xpath '//component'
Build a compressed XML binary from XML source$ libxmlb build input.xml -o output.xmlb
Export compressed XML back to readable format$ libxmlb export data.xmlb output.xml