Structure of entries in the groups
database.
include sig ... end
val mem : t ‑> string array
val gid : t ‑> int
val passwd : t ‑> string
val name : t ‑> string
module Fields : sig ... end
val t_of_sexp : Base.Sexp.t ‑> t
val sexp_of_t : t ‑> Base.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