Module Ppx_system_runtime

type system =
  1. | Darwin
  2. | FreeBSD
  3. | NetBSD
  4. | OpenBSD
  5. | Unix
  6. | Win32
  7. | Unknown of string