package irmin-pack

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
include Irmin.Type.S
type t
val t : t Repr__.Type.t
val hash : t -> key
val magic : t -> char
val encode_bin : dict:(string -> int option) -> offset:(key -> int64 option) -> t -> key -> (string -> unit) -> unit
val decode_bin : dict:(int -> string option) -> hash:(int64 -> key) -> string -> int -> t