package extunix

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
  • author Sylvain Le Gall <sylvain@le-gall.net>
type t = {
  1. sysname : string;
  2. nodename : string;
  3. release : string;
  4. version : string;
  5. machine : string;
}
val to_string : t -> string