Context.Abi_v2ABI V2 is the version 2 of the supported list of ABIs
val to_enum : t -> intval of_enum : int -> t optionval of_string : string -> (t, string) Stdlib.resultval to_string : t -> stringto_string abi is the enumeration value of abi; for example "Linux_x86".
val to_canonical_string : t -> stringto_canonical_string abi will give the canonical representation of the ABI to DKML tools and APIs.
val show : t -> stringval pp : Stdlib.Format.formatter -> t -> unitval is_windows : t -> boolval is_linux : t -> boolval is_darwin : t -> boolval is_android : t -> boolval word_size : t -> intword_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.
val values : t list