package obytelib

  1. Overview
  2. Docs
type entry = string * Digest.t option
type t = entry list
val empty : t
val print : out_channel -> t -> unit
val read : Index.t -> in_channel -> t
val write : out_channel -> t -> unit