package irmin-pack

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

Install

Dune Dependency

Authors

Maintainers

Sources

irmin-3.3.2.tbz
sha256=95a87ecc3dc2b35eee56cb351c32d2bd78c8967180a4b028324d815bfce1a6ff
sha512=20faba561c80c5389e91993d7e2cc0cedd1330cf098b68f0456f5068cde369a5589a05cd2aeb0a701d65a7d1e1e6f4045ccfbf60349cbea2bfd02981d7bb244c

doc/irmin-pack.unix/Irmin_pack_unix/Pack_store/index.html

Module Irmin_pack_unix.Pack_storeSource

Sourcemodule type S = sig ... end
Sourcemodule Make (Fm : File_manager.S) (Dict : Dict.S with module Fm = Fm) (Hash : Irmin.Hash.S with type t = Fm.Index.key) (Val : Irmin_pack.Pack_value.Persistent with type hash := Hash.t and type key := Hash.t Irmin_pack.Pack_key.t) (Errs : Errors.S with module Io = Fm.Io) : S with type key = Hash.t Irmin_pack.Pack_key.t and type hash = Hash.t and type value = Val.t and type file_manager = Fm.t and type dict = Dict.t
OCaml

Innovation. Community. Security.