package dkml-c-probe

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type

New applications should use the V3 module instead.

type t_os =
  1. | Android
  2. | IOS
  3. | Linux
  4. | OSX
  5. | Windows
type t_abi =
  1. | Android_arm64v8a
  2. | Android_arm32v7a
  3. | Android_x86
  4. | Android_x86_64
  5. | Darwin_arm64
  6. | Darwin_x86_64
  7. | Linux_arm64
  8. | Linux_arm32v6
  9. | Linux_arm32v7
  10. | Linux_x86_64
  11. | Windows_x86_64
  12. | Windows_x86
  13. | Windows_arm64
  14. | Windows_arm32
val get_os : unit -> (t_os, string) Stdlib.result
val get_abi : unit -> (t_abi, string) Stdlib.result
val get_abi_name : unit -> (string, string) Stdlib.result