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/Contents/index.html

Module Backend.Contents

type -'a t
type key = contents_key
type value = Schema.Contents.t
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
val merge : [> Irmin__.Import.read_write ] t -> key option Irmin__.Merge.t
module Val : sig ... end
module Hash : sig ... end
OCaml

Innovation. Community. Security.