package irmin-pack

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
module type S = sig ... end

Abstraction for irmin-pack's append only files (i.e. suffix and dict).

module Make (Io : Io.S) : S with module Io = Io

Abstraction for irmin-pack's append only files (i.e. suffix and dict).