package git

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

Install

Dune Dependency

Authors

Maintainers

Sources

git-3.2.0.tbz
sha256=2648d6a45263164936aeb4f61c1ffcb6078135626a317f400156ec62033c3893
sha512=fa19fe952331a50ad75b1a16193c46e3de2950c537e54b9e9d167b03502616bee10e36d8a114365645a8e4032b78a58d0567692106e9d6fb69f17b9964ebc3cb

doc/smart/Smart/Commands/index.html

Module Smart.Commands

type ('uid, 'ref) command = private
  1. | Create of 'uid * 'ref
  2. | Delete of 'uid * 'ref
  3. | Update of 'uid * 'uid * 'ref
type ('uid, 'ref) t
val create : 'uid -> 'ref -> ('uid, 'ref) command
val delete : 'uid -> 'ref -> ('uid, 'ref) command
val update : 'uid -> 'uid -> 'ref -> ('uid, 'ref) command
val v : capabilities:Capability.t list -> ?others:('uid, 'ref) command list -> ('uid, 'ref) command -> ('uid, 'ref) t
val commands : ('uid, 'ref) t -> ('uid, 'ref) command list
val map : fuid:('uid0 -> 'uid1) -> fref:('ref0 -> 'ref1) -> ('uid0, 'ref0) t -> ('uid1, 'ref1) t
OCaml

Innovation. Community. Security.