package hdf5

  1. Overview
  2. Docs
Manages HDF5 files used for storing large amounts of data

Install

Dune Dependency

Authors

Maintainers

Sources

v0.1.5.tar.gz
md5=5e42f0b3f28a7ed8ba84998ee30ff8e7
sha512=17eea72e38f70f92a3b01cd10e0cae8839d8d214b5fa6507f9d435530afe17c88fbdd349157a12eead205e1cf66225d6282199404a3c26841366a57f5c69ff23

doc/hdf5.raw/Hdf5_raw/H5o/Info/index.html

Module H5o.Info

module Meta_size : sig ... end
type t = {
  1. fileno : int;
  2. addr : H5_raw.Addr.t;
  3. type_ : H5o.Type.t;
  4. rc : int;
  5. atime : H5_raw.Time.t;
  6. mtime : H5_raw.Time.t;
  7. ctime : H5_raw.Time.t;
  8. btime : H5_raw.Time.t;
  9. num_attrs : int;
  10. hdr : H5o.Hdr_info.t;
  11. meta_size : Meta_size.t;
}
OCaml

Innovation. Community. Security.