Source file DkSDKFFIOCaml_Std.ml

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
(*************************************************************************
 * File: dksdk-ffi-ocaml/src/Std/DkSDKFFIOCaml_Std.ml                    *
 *                                                                       *
 * Copyright 2023 Diskuv, Inc.                                           *
 *                                                                       *
 * Licensed under the Open Software License version 3.0                  *
 * (the "License"); you may not use this file except in compliance       *
 * with the License. You may obtain a copy of the License at             *
 *                                                                       *
 *     https://opensource.org/license/osl-3-0-php/                       *
 *                                                                       *
 *************************************************************************)

module Com = Ffi_com

module ComMessage = struct
  type host_storage_descr_t = Ffi_message.host_storage_descr_t

  module C = Ffi_message.ComMessageC
end

module ComStandardSchema = Dksdk_std_schema
module ComCodecs = Ffi_codecs

module ComPrivate = struct
  module ComUuids = Ffi_uuids
  module HostStorageCOptions = Ffi_message.HostStorageCOptions
  module ComMessageCAdjunct = Ffi_message.ComMessageCAdjunct
end