package irmin-pack

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

Install

Dune Dependency

Authors

Maintainers

Sources

irmin-2.10.0.tbz
sha256=58b4d058252fc3fca27aa4704594758ea17b5b549076495b53dea7217bd6e64a
sha512=3f7d7817b708d2be41bf81fb7c8f637e0331cc73ffc49d54ae809982d5f258f62255c892ed22c58688034ffa0aa7d32cb7fadb1b188a22ff0ddf80352da3d28b

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

Module Maker_ext.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.