package irmin-fs

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

Install

Dune Dependency

Authors

Maintainers

Sources

irmin-3.6.0.tbz
sha256=98cc035d7b618ae8d94925a00d80159d9fdabf5f165b80aedb5c879aa4cf4b8e
sha512=8a2b91621a5b74d9d88e975faa14efef18cf12cf0194f80279b0ac574468872bc0fc33d827f85dca55dbd4c46b7bb002808d9fc2fa0fa44fc85a845838c9f43b

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

Module Backend.Commit_portable

val hash_t : Hash.t Irmin__.Type.t
type t
val t : t Irmin__.Type.t
type node_key = Hash.t
val node_key_t : node_key Irmin__.Type.t
type commit_key = Hash.t
val commit_key_t : commit_key Irmin__.Type.t
module Info : sig ... end
val v : info:Info.t -> node:node_key -> parents:commit_key list -> t
val node : t -> node_key
val parents : t -> commit_key list
val info : t -> Info.t
val of_commit : Commit.value -> t
OCaml

Innovation. Community. Security.