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/File_manager/index.html

Module Irmin_pack_unix.File_managerSource

Sourcemodule type S = sig ... end

Abstraction that governs the lifetime of the various files that are part of a pack store (except the branch store).

Sourcemodule Make (Control : Control_file.S with module Io = Io.Unix) (Dict : Append_only_file.S with module Io = Control.Io) (Suffix : Append_only_file.S with module Io = Control.Io) (Index : sig ... end) (Errs : Errors.S with module Io = Control.Io) : S with module Io = Control.Io and module Control = Control and module Dict = Dict and module Suffix = Suffix and module Index = Index

Abstraction that governs the lifetime of the various files that are part of a pack store (except the branch store).

OCaml

Innovation. Community. Security.