package xenstore

  1. Overview
  2. Docs
Xenstore protocol in pure OCaml

Install

Dune Dependency

Authors

Maintainers

Sources

xenstore-2.3.0.tbz
sha256=d63c6bbcb2d3c297767d83c0a0f6dd46cecfd4e691f1cf5c5b6554445ec1b3f4
sha512=5cea990ab16ef708e53605172f708dde6ed15981cca6890939274db6efde1e5b2f9ec5c659d4d2f4115c5e0c3b69bcacc798a0d7fd5c1b75b83ddccd699de189

doc/xenstore.server/Xenstore_server/Junk/index.html

Module Xenstore_server.JunkSource

Sourcetype ('a, 'b) either =
  1. | Right of 'a
  2. | Left of 'b
Sourceval exnhook : (exn -> unit) option ref

apply the clean_f function after fct function has been called. * Even if fct raises an exception, clean_f is applied

Sourceval finally' : (unit -> 'a) -> (unit -> 'b) -> 'a
Sourceval may : ('a -> 'b) -> 'a option -> 'b option

if v is not none, apply f on it and return some value else return none.

Sourceval default : 'a -> 'a option -> 'a

default value to d if v is none.

Sourceval maybe : ('a -> unit) -> 'a option -> unit

apply f on v if not none

Sourcemodule String : sig ... end
Sourceval filter_out : 'a list -> 'a list -> 'a list
Sourceval filter_in : 'a list -> 'a list -> 'a list
Sourceval list_remove : 'a -> 'a list -> 'a list
Sourceval list_tl_multi : int -> 'a list -> 'a list
Sourceval hexify : string -> string
Sourceval unhexify : string -> string
Sourceval trim_path : string -> string
Sourceval join_by_null : string list -> string
OCaml

Innovation. Community. Security.