diff --git a/doc/index.html b/doc/index.html index 20fb07c..0380b32 100644 --- a/doc/index.html +++ b/doc/index.html @@ -11,7 +11,7 @@
Solo5_elftool
An entry in the manifest representing a device.
type mft = {
version : int; | (*
|
entries : mft_entry list; | (*
|
}
The Solo5 manifest
abi taget and abi version
val pp_mft_entry : Stdlib.Format.formatter -> mft_entry -> unit
val pp_mft : Stdlib.Format.formatter -> mft -> unit
Pretty-prints the manifest as JSON in a similar style as the Solo5 command * line tool
solo5-elftool query-manifest
.
val pp_abi_target : Stdlib.Format.formatter -> abi_target -> unit
val pp_abi : Stdlib.Format.formatter -> abi -> unit
Pretty-prints the manifest as JSON in a similar style as the Solo5 command * line tool
solo5-elftool query-abi
.
val query_manifest : Owee_buf.t -> (mft, [> `Msg of string ]) Stdlib.result
query_manifest buf
is the solo5 manifest of buf
, or an error message.
val query_abi : Owee_buf.t -> (abi, [> `Msg of string ]) Stdlib.result
query_abi buf
is the solo5 abi of buf
, or an error message.
Solo5_elftool
An entry in the manifest representing a device.
type mft = {
version : int; | (*
|
entries : mft_entry list; | (*
|
}
The Solo5 manifest
abi taget and abi version
val pp_mft_entry : Stdlib.Format.formatter -> mft_entry -> unit
val pp_mft : Stdlib.Format.formatter -> mft -> unit
Pretty-prints the manifest as JSON in a similar style as the Solo5 command * line tool
solo5-elftool query-manifest
.
val pp_abi_target : Stdlib.Format.formatter -> abi_target -> unit
val pp_abi : Stdlib.Format.formatter -> abi -> unit
Pretty-prints the manifest as JSON in a similar style as the Solo5 command * line tool
solo5-elftool query-abi
.
val query_manifest : Owee_buf.t -> ( mft, [> `Msg of string ] ) Stdlib.result
query_manifest buf
is the solo5 manifest of buf
, or an error message.
val query_abi : Owee_buf.t -> ( abi, [> `Msg of string ] ) Stdlib.result
query_abi buf
is the solo5 abi of buf
, or an error message.
The entry point of this library is the module: Solo5_elftool
.
The entry point of this library is the module: Solo5_elftool
.