package hg_lib

  1. Overview
  2. Docs

Module Open_hg_lib.TagSource

Sourcetype t = {
  1. tag : string;
  2. revision_num : int;
  3. revision_id : string;
}
Sourceval t_of_sexp : Sexplib0.Sexp.t -> t
Sourceval sexp_of_t : t -> Sexplib0.Sexp.t
Sourceval revision_id : t -> string
Sourceval revision_num : t -> int
Sourceval tag : t -> string
Sourcemodule Fields : sig ... end