package dkml-install

  1. Overview
  2. Docs
API and registry for Diskuv OCaml (DKML) installation components

Install

dune-project
 Dependency

Authors

Maintainers

Sources

dkml-install-api-0.4.0.tar.gz
md5=1b3f42a06b0643eb502e6f65d1769b98
sha512=55d47cb8c570f3e9fbdb5f4f7960c86fbe357df6c5364c82c9eb326150693fa1dbffe3fa3f5682e355f770c5f3c53bd7ce88ec1d1d9eefecceb8f44ed8b1d326

doc/dkml-install.api/Dkml_install_api/Context/Abi_v2/index.html

Module Context.Abi_v2Source

ABI V2 is the version 2 of the supported list of ABIs

Sourcetype t =
  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
Sourceval compare : t -> t -> Ppx_deriving_runtime.int
Sourceval min : int
Sourceval max : int
Sourceval to_enum : t -> int
Sourceval of_enum : int -> t option
Sourceval of_string : string -> (t, string) result
Sourceval to_string : t -> string

to_string abi is the enumeration value of abi; for example "Linux_x86".

Sourceval to_canonical_string : t -> string

to_canonical_string abi will give the canonical representation of the ABI to DKML tools and APIs.

Sourceval show : t -> string
Sourceval pp : Format.formatter -> t -> unit
Sourceval is_windows : t -> bool
Sourceval is_linux : t -> bool
Sourceval is_darwin : t -> bool
Sourceval is_android : t -> bool
Sourceval word_size : t -> int

word_size is the number of bits in a word for the machine's CPU architecture. The number of bits will be 32 or 64, but may be something else for more exotic future architectures.

Sourceval values : t list
OCaml

Innovation. Community. Security.