package stdune

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

Detect the operating system.

type t =
  1. | Darwin
  2. | Linux
  3. | Windows
  4. | FreeBSD
  5. | NetBSD
  6. | OpenBSD
  7. | Haiku
  8. | Other
val value : t

value is the current os we're running on.