package irmin-pack

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type version = [
  1. | `V1
  2. | `V2
]
val pp_version : version Fmt.t
exception Invalid_version of {
  1. expected : version;
  2. found : version;
}
type path := string
module type VERSION = sig ... end
module type S = sig ... end
module Unix : S
module Cache : sig ... end
OCaml

Innovation. Community. Security.