package irmin-pack

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

Install

Dune Dependency

Authors

Maintainers

Sources

irmin-3.7.1.tbz
sha256=8d1a49318bda711ed44d9ea27ecd044b1d650390633d5b08f76590689c22056f
sha512=2995e6acc53dee2c59bf473c7c16c74daebfa193df552ec83ffe88fe598e26d4d8ff5da4f0cd575adaa49efa4b317d74f2c814c1b5601bed3833d76f377b6da7

doc/index.html

irmin-pack

The irmin-pack package provides a space-optimized, 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 backend 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 entry point of this library is the module Irmin_pack_mem.

irmin-pack.unix

The entry point of this library is the module Irmin_pack_unix.

OCaml

Innovation. Community. Security.