package irmin-fs

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

Install

Dune Dependency

Authors

Maintainers

Sources

irmin-3.8.0.tbz
sha256=da4017e6719cee86fab83f8d9a93e3cc3c54ca653703329a0f345712a9f72972
sha512=d58b0708ba20962b4d3096c32233635e3b741753698694411d8496ef37da39968bc173fa92d305032126f967e1ccec79a267900f58516878592e61404726516c

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.