irmin-pack.unix
Make.X
irmin-pack
irmin-pack.mem
module Hash = H
type 'a value = {
hash : H.t;
kind : Irmin_pack.Pack_value.Kind.t;
v : 'a;
}
val value_t : 'a Irmin.Type.t -> 'a value Irmin.Type.t
module Contents : sig ... end
module Node : sig ... end
module Node_portable = Node.CA.Val.Portable
module Schema : sig ... end
module Commit : sig ... end
module Commit_portable : sig ... end
module Branch : sig ... end
module Slice : sig ... end
module Remote : sig ... end
module Gc : sig ... end
module Repo : sig ... end