package irmin-pack

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

Install

Dune Dependency

Authors

Maintainers

Sources

irmin-3.11.0.tbz
sha256=09996fbcc2c43e117a9bd8e9028c635e81cccb264d5e02d425ab8b06bbacdbdb
sha512=0391a6bf7b94a1edd50a3a8df9e58961739fa78d7d689d61f56bc87144483bad2ee539df595c33d9d52c29b3458da5dddf3a73b5eb85e49c4667c26d2cd46be1

doc/index.html

irmin-pack

The irmin-pack package provides a space-optimised, on-disk backend inspired by Git Packfiles.

irmin-pack is designed and developed for a specific use-case and requires more in-depth backend configuration from applications. It offers additional functionality through extensions to the core Irmin API, but users interested in a more general Irmin backend with simpler configuration are recommended to use other backends, such as Irmin_fs or Irmin_git.

See examples/irmin-pack for examples of how to configure and use some of the additional functionality.

The entry point of this library is the module Irmin_pack.

Implementations

irmin-pack.mem

The module Irmin_pack_mem is this library's entry point.

irmin-pack.unix

The module Irmin_pack_unix is this library's entry point.

OCaml

Innovation. Community. Security.