Git
module type HASH = sig ... end
module type BASE = sig ... end
module type DIGEST = sig ... end
module Blob : sig ... end
A Git Blob object.
module Commit : sig ... end
A Git Commit object.
module Tree : sig ... end
A Git Tree object.
module Tag : sig ... end
A Git Tag object.
module User : sig ... end
module Reference : sig ... end
module Value : sig ... end
module Traverse_bfs : sig ... end
module Object_graph : sig ... end
module Search : sig ... end
module Mem : sig ... end
The memory back-end of Git.
module Store : sig ... end
Implementation of a Git stores.
module Hash : sig ... end
module Sync : sig ... end
The synchronization commands to a git repository.
module Cstruct_append : sig ... end
module Shallow : sig ... end
module type S = sig ... end