Module System_info.Uname

Binds uv_utsname_t.

type t = {
sysname : string;
release : string;
version : string;
machine : string;
}