module M : Stdlib.Map.S with type key = stringtype entry = {is_dst : bool;offset : int;
}type table =
(int64, Stdlib.Bigarray.int64_elt, Stdlib.Bigarray.c_layout)
Stdlib.Bigarray.Array1.t
* entry arrayval db : table M.t optionval compressed : string option