irmin-http
HTTP client and server for Irmin
1024" x-on:close-sidebar="sidebar=window.innerWidth > 1024 && true">
package irmin-http
-
irmin-http
-
Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
Library irmin-http
val hash_t : Hash.t Irmin__Type.t
Commit values
val t : t Irmin__Type.t
type node_key = Hash.t
Type for node keys.
val node_key_t : node_key Irmin__Type.t
type commit_key = Hash.t
Type for commit keys.
val commit_key_t : commit_key Irmin__Type.t
module Info = Schema.Info
The type for commit info.
val v : info:Info.t -> node:node_key -> parents:commit_key list -> t
Create a commit.
val parents : t -> commit_key list
The commit parents.
val of_commit : Commit.value -> t
ON THIS PAGE
No table of contents