Module Async_unix__Unix_syscalls.Group
Structure of entries in the groups
database.
type t
= Core.Unix.Group.t
=
{
name : string;
passwd : string;
gid : int;
mem : string array;
}
module Fields : sig ... end
include Ppx_sexp_conv_lib.Sexpable.S with type t := t
val t_of_sexp : Sexplib0.Sexp.t -> t
val sexp_of_t : t -> Sexplib0.Sexp.t
val getbyname : string -> t option Async_unix__.Import.Deferred.t
val getbyname_exn : string -> t Async_unix__.Import.Deferred.t
val getbygid : int -> t option Async_unix__.Import.Deferred.t
val getbygid_exn : int -> t Async_unix__.Import.Deferred.t