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/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.