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/git.loose/Loose/index.html

Module Loose

type ('a, 's) io = ('a, 's) Carton.io
module type UID = sig ... end
type kind = [
  1. | `A
  2. | `B
  3. | `C
  4. | `D
]
type ('t, 'brk, 'error, 's) store = {
  1. map : 't -> 'brk -> pos:int64 -> int -> (Bigstringaf.t, 's) io;
  2. mem : 't -> 'brk -> (bool, 's) io;
  3. list : 't -> ('brk list, 's) io;
  4. append : 't -> 'brk -> Bigstringaf.t -> ((unit, 'error) result, 's) io;
  5. appendv : 't -> 'brk -> Bigstringaf.t list -> ((unit, 'error) result, 's) io;
}
type buffers = {
  1. window : De.window;
  2. queue : De.Queue.t;
  3. i : De.bigstring;
  4. o : De.bigstring;
  5. hdr : Cstruct.t;
}
module Make (Uid : UID) : sig ... end
OCaml

Innovation. Community. Security.