type t = {version : Version.t; |
vmpath : string option; |
vmarg : string option; |
index : Index.t; |
extra : Extra.t; |
data : Data.t; |
prim : Prim.t; |
code : Code.t; |
dlpt : Dlpt.t; |
dlls : Dlls.t; |
crcs : Crcs.t; |
dbug : Dbug.t; |
symb : Symb.t; |
}val print : Stdlib.out_channel -> t -> unitval read : string -> t