git-kv.mem
Reference.Packed
git-kv
git-kv.bbuffer
git-kv.search
git-kv.sync
type elt =
| Ref of t * SHA1.t
| Peeled of SHA1.t
type t = elt list
type 'fd input_line = 'fd -> string option Lwt.t
val load : input_line:('a -> string option Lwt.t) -> of_hex:(string -> SHA1.t) -> 'a -> elt list Lwt.t
exception Found
val exists : String.t -> elt list -> bool
val get : String.t -> elt list -> SHA1.t option
val remove : String.t -> elt list -> elt list