package irmin-pack
- Overview
- No Docs
You can search for identifiers within the package.
in-package search v0.2.0
Install
dune-project
Dependency
Authors
Maintainers
Sources
sha256=92a9de7a0a2a35c2feba0c35a806b1f0df24c1c0d15164eebf3f919296d26715
sha512=0203ec5117a851ad5afeb2f9091659b4e142e231b6b945caab93f4d7beb23397c8ac43f7056e91d18f4bff0be1062f6ae966d221f877c229328c0cbbf29fd9f0
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.