package irmin-pack

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Make.BranchSource

Sourceval mem : repo -> branch -> bool Lwt.t
Sourceval find : repo -> branch -> commit option Lwt.t
Sourceval get : repo -> branch -> commit Lwt.t
Sourceval set : repo -> branch -> commit -> unit Lwt.t
Sourceval remove : repo -> branch -> unit Lwt.t
Sourceval list : repo -> branch list Lwt.t
Sourceval watch : repo -> branch -> ?init:commit -> (commit Irmin.Diff.t -> unit Lwt.t) -> watch Lwt.t
Sourceval watch_all : repo -> ?init:(branch * commit) list -> (branch -> commit Irmin.Diff.t -> unit Lwt.t) -> watch Lwt.t
Sourcetype t = branch
Sourceval main : t
Sourceval is_valid : t -> bool
OCaml

Innovation. Community. Security.