package irmin-fs

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

Install

Dune Dependency

Authors

Maintainers

Sources

irmin-3.4.1.tbz
sha256=922836116c30ec68068a38694a09bba521cf47edd0e4ae44e076b9b4963da180
sha512=30f6833157cab53cc285093d7f6a82492b9a3709c860160278b1e7b665a7640a0a4c6a0415df0c8127b3967a60146a6cbb99f1151476736afde6e2cf50a56890

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

Module Backend.Node

type -'a t
type key = node_key
type value
val mem : [> Irmin__.Import.read ] t -> key -> bool Lwt.t
val find : [> Irmin__.Import.read ] t -> key -> value option Lwt.t
val close : 'a t -> unit Lwt.t
type hash = Hash.t
val add : [> Irmin__.Import.write ] t -> value -> key Lwt.t
val unsafe_add : [> Irmin__.Import.write ] t -> hash -> value -> key Lwt.t
val index : [> Irmin__.Import.read ] t -> hash -> key option Lwt.t
val batch : Irmin__.Import.read t -> ([ `Read | `Write ] t -> 'a Lwt.t) -> 'a Lwt.t
module Key : sig ... end
module Path : sig ... end
val merge : [> Irmin__.Import.read_write ] t -> key option Irmin__.Merge.t
module Metadata : sig ... end
module Val : sig ... end
module Hash : sig ... end
module Contents : sig ... end
OCaml

Innovation. Community. Security.