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.2.tbz
sha256=2a1e6a7577e498fbfeb678d666da210dc48d1344637e8ecb653e1dd88c640b5f
sha512=3fb6f49a1af2f8bab1df5b6f5affaaa09f09fe892a08eb2d9de58138e56646d4a6797f3c087b22875e36e3411218ab2435fe5437ac78f323dd661932af021fad

doc/irmin-pack.unix/Irmin_pack_unix/Maker/Make/X/Repo/Gc/index.html

Module Repo.GcSource

Sourceval cancel : t -> bool
Sourceval direct_commit_key : t -> Commit.CA.hash Pack_key.t -> (Commit.CA.hash Pack_key.t, [> `Commit_key_is_dangling of string ]) result
Sourceval start : unlink:bool -> use_auto_finalisation:bool -> new_files_path:string -> t -> XKey.t -> (unit, [> `Commit_key_is_dangling of string | `Gc_disallowed | `Gc_forbidden_during_batch ]) result
Sourceval start_exn : ?unlink:bool -> use_auto_finalisation:bool -> new_files_path:string -> t -> XKey.t -> bool Lwt.t
Sourceval finalise_exn : ?wait:bool -> t -> [> `Finalised of Stats.Latest_gc.stats | `Idle | `Running ] Lwt.t
Sourceval is_finished : t -> bool
Sourceval on_finalise : t -> ((Stats.Latest_gc.stats, Gc.Args.Errs.t) result -> unit Lwt.t) -> unit
Sourceval try_auto_finalise_exn : t -> unit Lwt.t
Sourceval latest_gc_target : t -> Commit.CA.hash Pack_key.t option
Sourceval create_one_commit_store : t -> Commit.CA.hash Pack_key.t -> string -> unit Lwt.t
OCaml

Innovation. Community. Security.