package irmin-pack
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page
Irmin backend which stores values in a pack file
Install
dune-project
Dependency
Authors
Maintainers
Sources
irmin-3.10.0.tbz
sha256=92a9de7a0a2a35c2feba0c35a806b1f0df24c1c0d15164eebf3f919296d26715
sha512=0203ec5117a851ad5afeb2f9091659b4e142e231b6b945caab93f4d7beb23397c8ac43f7056e91d18f4bff0be1062f6ae966d221f877c229328c0cbbf29fd9f0
doc/irmin-pack.unix/Irmin_pack_unix/Maker/Make/Branch/index.html
Module Make.BranchSource
Manipulate branches.
Branch Store
Manipulate relations between branches and commits.
find r b is Some c iff c is bound to b in t. It is None if b is not present in t.
get t b is similar to find but raise Invalid_argument if b is not present in t.
Source
val watch :
repo ->
branch ->
?init:commit ->
(commit Irmin.Diff.t -> unit Lwt.t) ->
watch Lwt.twatch t b f calls f on every change in b.
Source
val watch_all :
repo ->
?init:(branch * commit) list ->
(branch -> commit Irmin.Diff.t -> unit Lwt.t) ->
watch Lwt.twatch_all t f calls f on every branch-related change in t, including creation/deletion events.
Base functions for branches.
include Irmin.Branch.S with type t = branch
Signature for Branches
type t = branchThe type for branches.
val t : t Irmin.Type.tval main : tThe name of the main branch.
val is_valid : t -> boolCheck if the branch is valid.
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page