package irmin-fs

  1. Overview
  2. Docs
Generic file-system backend for Irmin

Install

Dune Dependency

Authors

Maintainers

Sources

irmin-3.9.0.tbz
sha256=8e073abe1b5ffb5b6d58c32606c9d7dabc32c53501756be80a92ed4777ad51a0
sha512=70769a8d36520626fecd6f68e5f3abe6a0d67a65af915312206cc3f4da230df48512faee178aa6e899d3fb640b9340f6c92486185be5432a1a1a161c70386c99

doc/irmin-fs.unix/Irmin_fs_unix/Make/Backend/Repo/index.html

Module Backend.Repo

type t = repo
val v : Irmin__.Conf.t -> t Lwt.t
val close : t -> unit Lwt.t
val contents_t : t -> Irmin__.Import.read Contents.t
val node_t : t -> Irmin__.Import.read Node.t
val commit_t : t -> Irmin__.Import.read Commit.t
val config : t -> Irmin__.Conf.t
val batch : t -> (Irmin__.Import.read_write Contents.t -> Irmin__.Import.read_write Node.t -> Irmin__.Import.read_write Commit.t -> 'a Lwt.t) -> 'a Lwt.t
val branch_t : t -> Branch.t
OCaml

Innovation. Community. Security.