Solo5_elftoolSourceAn entry in the manifest representing a device.
type mft = {version : int;version is at the moment always 1.
entries : mft_entry list;entries in the manifest.
}The Solo5 manifest
The known solo5 targets
abi taget and abi version
Pretty-prints the manifest as JSON in a similar style as the Solo5 command * line tool
solo5-elftool query-manifest.
Pretty-prints the manifest as JSON in a similar style as the Solo5 command * line tool
solo5-elftool query-abi.
query_manifest buf is the solo5 manifest of buf, or an error message.
query_abi buf is the solo5 abi of buf, or an error message.