package irmin-client
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page
A client for irmin-server
Install
dune-project
Dependency
Authors
Maintainers
Sources
irmin-3.11.0.tbz
sha256=09996fbcc2c43e117a9bd8e9028c635e81cccb264d5e02d425ab8b06bbacdbdb
sha512=0391a6bf7b94a1edd50a3a8df9e58961739fa78d7d689d61f56bc87144483bad2ee539df595c33d9d52c29b3458da5dddf3a73b5eb85e49c4667c26d2cd46be1
doc/irmin-client.jsoo/Irmin_client_jsoo/Make_json/index.html
Module Irmin_client_jsoo.Make_jsonSource
Parameters
Signature
include Irmin.Generic_key.S
with module Schema = Store.Schema
with type Backend.Remote.endpoint = unit
with type commit_key = Store.commit_key
with type contents_key = Store.contents_key
with type node_key = Store.node_key
val step_t : step Irmin__.Type.tval path_t : path Irmin__.Type.tval metadata_t : metadata Irmin__.Type.tval contents_t : contents Irmin__.Type.tval node_t : node Irmin__.Type.tval tree_t : tree Irmin__.Type.tval hash_t : hash Irmin__.Type.tval branch_t : branch Irmin__.Type.tval slice_t : slice Irmin__.Type.tval info_t : info Irmin__.Type.tval lca_error_t : lca_error Irmin__.Type.tval ff_error_t : ff_error Irmin__.Type.tmodule Info : sig ... endval contents_key_t : contents_key Irmin__.Type.tval node_key_t : node_key Irmin__.Type.tval commit_key_t : commit_key Irmin__.Type.tmodule Repo : sig ... endmodule Status : sig ... endmodule Head : sig ... endmodule Hash : sig ... endmodule Commit : sig ... endmodule Contents : sig ... endmodule Tree : sig ... endval key :
t ->
path ->
[ `Contents of contents_key | `Node of node_key ] option Lwt.tval write_error_t : write_error Irmin__.Type.tval unwatch : watch -> unit Lwt.tmodule History : sig ... endmodule Branch : sig ... endmodule Path : sig ... endmodule Metadata : sig ... endmodule Backend : sig ... endval of_backend_node : repo -> Backend.Node.value -> nodeval to_backend_node : node -> Backend.Node.value Lwt.tval to_backend_portable_node : node -> Backend.Node_portable.t Lwt.tval to_backend_commit : commit -> Backend.Commit.valueval of_backend_commit :
repo ->
Backend.Commit.Key.t ->
Backend.Commit.value ->
commitval save_contents :
[> Irmin__.Import.write ] Backend.Contents.t ->
contents ->
contents_key Lwt.tval save_tree :
?clear:bool ->
repo ->
[> Irmin__.Import.write ] Backend.Contents.t ->
[> Irmin__.Import.read_write ] Backend.Node.t ->
tree ->
[ `Contents of contents_key | `Node of node_key ] Lwt.tDuplicate a client. This will create a new connection with the same configuration
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page