package hg_lib

  1. Overview
  2. Docs
A library that wraps the Mercurial command line interface

Install

Dune Dependency

Authors

Maintainers

Sources

hg_lib-v0.16.0.tar.gz
sha256=ee53cd5759f097c0d19da0ba413b3246acd485fe47bd70fd47694a309d5d9453

doc/hg_lib.open/Open_hg_lib/Bookmark/index.html

Module Open_hg_lib.BookmarkSource

Sourcetype t = {
  1. active : bool;
  2. name : string;
  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 name : t -> string
Sourceval active : t -> bool
Sourcemodule Fields : sig ... end
OCaml

Innovation. Community. Security.