package xenstore

  1. Overview
  2. Docs
Xenstore protocol in pure OCam

Install

Dune Dependency

Authors

Maintainers

Sources

xenstore-2.4.0.tbz
sha256=11b63bb2a5a8bc487d36f36ecb195b2a2135aa13ab401cbc73da67505c08faa4
sha512=b921aa4265503677f4984007efee6865461a18031dc49583be040781307cc6cbfcd84bc11e9ebc0a23e9b0cf281bd94528c475624bc30471ad8ff70607e0732f

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.