Of_commit.Commit_direct
type address =
| Offset of Optint.Int63.t
| Hash of hash
val address_t : address Irmin.Type.t
type t = {
node_offset : address;
parent_offsets : address list;
info : Commit.Info.t;
}
val t : t Irmin.Type.t