field.ml
hdf5.caml
hdf5.raw
ppx_h5struct
1 2 3 4 5 6 type t = { name : string; type_ : Type.t; } let create name type_ = { name; type_ }
1 2 3 4 5 6
type t = { name : string; type_ : Type.t; } let create name type_ = { name; type_ }