package irmin-pack

  1. Overview
  2. Docs
Irmin backend which stores values in a pack file

Install

Dune Dependency

Authors

Maintainers

Sources

irmin-2.5.2.tbz
sha256=ac8d75144cafdaf4b5e106b540a27338245510b7e33a8c412d393c9d50cae490
sha512=6108448c73d23648bc4fb27722f21a007990e7ed4739cc08f920a140033805fb87c6fe3935e466dfe264ea0bb01e18da571d42f5624d84979a4fea9aee4a1d19

doc/irmin-pack.layered/Irmin_pack_layered/Make/Status/index.html

Module Make.Status

type t = [
  1. | `Empty
  2. | `Branch of branch
  3. | `Commit of commit
]

The type for store status.

val t : repo -> t Irmin__.Type.t

t is the value type for t.

val pp : t Fmt.t

pp is the pretty-printer for store status.

OCaml

Innovation. Community. Security.