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