package irmin-fs

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

Install

Dune Dependency

Authors

Maintainers

Sources

irmin-3.4.1.tbz
sha256=922836116c30ec68068a38694a09bba521cf47edd0e4ae44e076b9b4963da180
sha512=30f6833157cab53cc285093d7f6a82492b9a3709c860160278b1e7b665a7640a0a4c6a0415df0c8127b3967a60146a6cbb99f1151476736afde6e2cf50a56890

doc/irmin-fs.unix/Irmin_fs_unix/Make/Commit/index.html

Module Make.Commit

type t = commit
val t : repo -> t Irmin__.Type.t
val pp_hash : t Fmt.t
val v : repo -> info:info -> parents:commit_key list -> tree -> commit Lwt.t
val tree : commit -> tree
val parents : commit -> commit_key list
val info : commit -> info
val hash : commit -> hash
val key : commit -> commit_key
val of_key : repo -> commit_key -> commit option Lwt.t
val of_hash : repo -> hash -> commit option Lwt.t
OCaml

Innovation. Community. Security.