package hdf5

  1. Overview
  2. Docs

Source file hdf5_caml.ml

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
module Field = struct
  include Field
end

module H5 = struct
  include H5
end

module Struct = struct
  include Struct
end

module Struct_intf = struct
  include Struct_intf
end

module Type = struct
  include Type
end

OCaml

Innovation. Community. Security.