package irmin-server

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

Module Irmin_server_unix.MakeSource

Parameters

module Store : Irmin.Generic_key.S

Signature

Sourcetype t
Sourcemodule Store = Store
Sourceval readonly : Irmin.config -> Irmin.config
Sourceval v : ?tls_config:([ `Cert_file of string ] * [ `Key_file of string ]) -> ?dashboard:Conduit_lwt_unix.server -> uri:Uri.t -> Irmin.config -> t Lwt.t

Create an instance of the server

Sourceval serve : ?stop:unit Lwt.t -> t -> unit Lwt.t

Run the server

Sourceval commands : (string, Command.t) Hashtbl.t

A table mapping commands to command names

OCaml

Innovation. Community. Security.