Structure of entries in the groups database.
include sig ... endval t_of_sexp : Sexplib.Sexp.t ‑> tval sexp_of_t : t ‑> Sexplib.Sexp.tval mem : t ‑> string arrayval gid : t ‑> intval passwd : t ‑> stringval name : t ‑> stringmodule Fields : sig ... endval getbyname : string ‑> t option Async_unix.Import.Deferred.tval getbyname_exn : string ‑> t Async_unix.Import.Deferred.tval getbygid : int ‑> t option Async_unix.Import.Deferred.tval getbygid_exn : int ‑> t Async_unix.Import.Deferred.t