Up

Module Lsb_release

Signature

type t = {
distributor_id
: string ;
release
: string ;
codename
: string ;
}
val __bin_read_t__ : (int -> t) Core.Std.Bin_prot.Read.reader
val codename : t -> string
val release : t -> string
val distributor_id : t -> string
module Fields : sig .. end
val t_of_sexp : Sexplib.Sexp.t -> t
val sexp_of_t : t -> Sexplib.Sexp.t
val query : unit -> t