You can search for identifiers within the package.
in-package search v0.2.0
New applications should use the V2 module instead.
V2
type t_os =
| Android
| IOS
| Linux
| OSX
| Windows
type t_abi =
| Android_arm64v8a
| Android_arm32v7a
| Android_x86
| Android_x86_64
| Darwin_arm64
| Darwin_x86_64
| Linux_arm64
| Linux_arm32v6
| Linux_arm32v7
| Linux_x86_64
| Windows_x86_64
| Windows_x86
| Windows_arm64
| Windows_arm32
val get_os : (t_os, string) result Lazy.t
val get_abi : (t_abi, string) result Lazy.t
val get_abi_name : (string, string) result Lazy.t