package core_unix

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

Module Core_unix.GroupSource

Structure of entries in the groups database.

Sourcetype t = {
  1. name : string;
  2. passwd : string;
  3. gid : int;
  4. mem : string array;
}
Sourceval mem : t -> string array
Sourceval gid : t -> int
Sourceval passwd : t -> string
Sourceval name : t -> string
Sourceval sexp_of_t : t -> Sexplib0.Sexp.t
Sourceval getbyname : string -> t option
Sourceval getbyname_exn : string -> t
Sourceval getbygid : int -> t option
Sourceval getbygid_exn : int -> t
OCaml

Innovation. Community. Security.