package irmin-pack

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

Install

Dune Dependency

Authors

Maintainers

Sources

irmin-3.5.1.tbz
sha256=cd788a8d3f4a3dd18dc160a153d4aec91eaf6b0fb41ad41464d26c79c304a98e
sha512=4f97862678d35e0b4aa814a1df51d6f8c59bcf5b611c73f0a475f9b5386ca42a4a18e65ce80fc425ddad93fcdacfcb563c52f6423777610a0bc567902f4db088

doc/irmin-pack.unix/Irmin_pack_unix/KV/Make/Gc/index.html

Module Make.GcSource

Sourcetype msg = [
  1. | `Msg of string
]
Sourcetype process_state = [
  1. | `Finalised of Stats.Latest_gc.stats
  2. | `Idle
  3. | `Running
]
Sourceval catch_errors : string -> exn -> ('a, [> `Msg of string ]) result Lwt.t
Sourceval map_errors : string -> Errs.t -> [> `Msg of string ]
Sourceval finalise_exn : ?wait:bool -> X.Repo.t -> [> `Finalised of Stats.Latest_gc.stats | `Idle | `Running ] Lwt.t
Sourceval start_exn : ?unlink:bool -> X.Repo.t -> XKey.t -> bool Lwt.t
Sourceval start : X.Repo.t -> XKey.t -> (bool, [> `Msg of string ]) result Lwt.t
Sourceval is_finished : X.Repo.t -> bool
Sourceval wait : X.Repo.t -> (Stats.Latest_gc.stats option, [> `Msg of string ]) result Lwt.t
Sourceval run : ?finished:((Stats.Latest_gc.stats, [> `Msg of string ]) result -> unit Lwt.t) -> X.Repo.t -> XKey.t -> (bool, [> `Msg of string ]) result Lwt.t
Sourceval is_allowed : X.Repo.t -> bool
Sourceval cancel : X.Repo.t -> bool
Sourceval latest_gc_target : X.Repo.t -> X.Commit.CA.hash Pack_key.t option
OCaml

Innovation. Community. Security.