package git

  1. Overview
  2. Docs
Git format and protocol in pure OCaml

Install

Dune Dependency

Authors

Maintainers

Sources

git-3.9.1.tbz
sha256=3b278c5b982cab87cc1164668733eadaa6ab74566d323a1093a98c2b3e7e0ece
sha512=dd153a505453d002d6e64ad49bdfdb57701127013109a5b5f13914e8d37368276f41e14545b7038a946c89ed983e4433866cc29c4ea74d8b5e7753a020e37ae5

doc/smart/Smart/Status/index.html

Module Smart.StatusSource

Sourcetype 'ref t = private {
  1. result : (unit, string) Stdlib.result;
  2. commands : [ `FF of 'ref | `OK of 'ref | `ER of 'ref * string ] list;
}
Sourceval map : f:('a -> 'b) -> 'a t -> 'b t
Sourceval pp : string t Fmt.t
Sourceval to_result : 'ref t -> (unit, string) Stdlib.result
Sourceval v : ?err:string -> (('uid, 'ref) Commands.command, ('uid, 'ref) Commands.command * string) Stdlib.result list -> 'ref t
OCaml

Innovation. Community. Security.