package irmin-chunk

  1. Overview
  2. No Docs
Irmin backend to store raw contents into chunks

Install

Dune Dependency

Authors

Maintainers

Sources

1.0.0.tar.gz
md5=4a7374a29e245563c48590e56c7c8da9

Description

Allow to store raw contents into a well-balanced rope-like structure, where leafs are chunk of all the same size. Also provides a functor to do it while keeping the store keys stable.

Published: 01 Oct 2015

Dependencies (5)

  1. ocamlbuild build
  2. lwt
  3. irmin >= "0.9.10" & < "0.10.0"
  4. ocamlfind build
  5. ocaml >= "4.01.0"

Dev Dependencies (1)

  1. alcotest with-test & >= "0.4.1"

Used by

None

Conflicts

None