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