package luv

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

Module System_info.UnameSource

Binds uv_utsname_t.

Sourcetype t = {
  1. sysname : string;
  2. release : string;
  3. version : string;
  4. machine : string;
}
OCaml

Innovation. Community. Security.