hdf5.caml
Hdf5_caml.Field
hdf5.raw
ppx_h5struct
include module type of struct include Field end
type t = private {
name : string;
type_ : Type.t;
}
val create : string -> Type.t -> t