package stdune

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

Module Platform.OSSource

Detect the operating system.

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

value is the current os we're running on.

OCaml

Innovation. Community. Security.