package git

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

Install

Dune Dependency

Authors

Maintainers

Sources

git-3.17.0.tbz
sha256=ef200d0412ed1a538525d0501298890e0b893e020528094d6a3ae12359fd0265
sha512=793009a9bf9413147e6c43dfdc4bbe39b00129a5ea0f5d3df149ad2e27b4a3c641ca3b6857476a1cee325aad4d192625220647575470f00d02fb95f085bd9009

doc/smart/Smart/Want/index.html

Module Smart.WantSource

Sourcetype ('uid, 'reference) t = private {
  1. wants : 'uid * 'uid list;
  2. shallows : 'uid list;
  3. deepen : [ `Depth of int | `Timestamp of int64 | `Not of 'reference ] option;
  4. filter : Smart__.Filter.t option;
  5. capabilities : Capability.t list;
}
Sourceval v : capabilities:Capability.t list -> ?deepen:[ `Depth of int | `Timestamp of int64 | `Not of 'reference ] -> ?filter:Smart__.Filter.t -> ?shallows:'uid list -> 'uid list -> ('uid, 'reference) t
Sourceval pp : (string, string) t Fmt.t
Sourceval equal : uid:('uid -> 'uid -> bool) -> reference:('ref -> 'ref -> bool) -> ('uid, 'ref) t -> ('uid, 'ref) t -> bool
OCaml

Innovation. Community. Security.