package git

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

Install

Dune Dependency

Authors

Maintainers

Sources

git-3.13.0.tbz
sha256=f7cc36026cdefc1f9837f10d7d26f457c236cb21547fcad210e71483561b55d3
sha512=728f21c3483bdead9420767cb3e57901be1cff428fceb814be3cad817b2d78511d35f559962469e85d3919c59577884d353cb883ac749e6e2b92fb7d0deec4f4

doc/smart/Smart/Advertised_refs/index.html

Module Smart.Advertised_refsSource

Sourcetype ('uid, 'reference) t
Sourceval pp : (string, string) t Fmt.t
Sourceval head : ('a, string) t -> 'a option
Sourceval capabilities : ('uid, 'reference) t -> Capability.t list
Sourceval refs : ('uid, 'reference) t -> ('uid * 'reference * bool) list
Sourceval reference : equal:('ref -> 'ref -> bool) -> ?peeled:bool -> 'ref -> ('uid, 'ref) t -> 'uid option
Sourceval references : equal:('ref -> 'ref -> bool) -> ?peeled:bool -> 'ref list -> ('uid, 'ref) t -> 'uid list
Sourceval map : fuid:('uid0 -> 'uid1) -> fref:('ref0 -> 'ref1) -> ('uid0, 'ref0) t -> ('uid1, 'ref1) t
Sourceval v1 : ?shallows:'uid list -> ?capabilities:Capability.t list -> ('uid * 'ref * bool) list -> ('uid, 'ref) t
Sourceval equal : uid:('uid -> 'uid -> bool) -> reference:('ref -> 'ref -> bool) -> ('uid, 'ref) t -> ('uid, 'ref) t -> bool
OCaml

Innovation. Community. Security.