package dkml-c-probe

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

Enumerations of the operating system and the ABI, typically from an introspection of OCaml's native C compiler.

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. | Linux_x86
  12. | Windows_x86_64
  13. | Windows_x86
  14. | Windows_arm64
  15. | Windows_arm32
val get_os : (t_os, string) Stdlib.result Stdlib.Lazy.t
val get_abi : (t_abi, string) Stdlib.result Stdlib.Lazy.t
val get_abi_name : (string, string) Stdlib.result Stdlib.Lazy.t