package async_unix

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

Module Unix.GroupSource

Structure of entries in the groups database.

Structure of entries in the groups database.

Sourcetype t = Core_unix.Group.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
Sourcemodule Fields : sig ... end
include Sexplib0.Sexpable.S with type t := t
Sourceval t_of_sexp : Sexplib0.Sexp.t -> t
Sourceval sexp_of_t : t -> Sexplib0.Sexp.t
Sourceval getbyname : string -> t option Async_kernel.Deferred.t
Sourceval getbyname_exn : string -> t Async_kernel.Deferred.t
Sourceval getbygid : int -> t option Async_kernel.Deferred.t
Sourceval getbygid_exn : int -> t Async_kernel.Deferred.t
OCaml

Innovation. Community. Security.