package albatross

  1. Overview
  2. Docs
Albatross - orchestrate and manage MirageOS unikernels with Solo5

Install

dune-project
 Dependency

Authors

Maintainers

Sources

albatross-1.4.3.tbz
sha256=fd235fedabdbc7b7523bfc3afab2b878dd862314b52fcc80604076a2cff9eb2b
sha512=86939f0e444f49ed52398efeef8d5382a66b8529d084c22b83cd5c2bc860b2df0d9827093f96ed9bde4d586694dd758d9fb0e6800aedcd761f244c55a6a549f3

doc/albatross/Vmm_trie/index.html

Module Vmm_trieSource

Sourcetype 'a t
Sourceval empty : 'a t
Sourceval insert : Vmm_core.Name.t -> 'a -> 'a t -> 'a t * 'a option
Sourceval remove : Vmm_core.Name.t -> 'a t -> 'a t
Sourceval find : Vmm_core.Name.t -> 'a t -> 'a option
Sourceval collect : Vmm_core.Name.t -> 'a t -> (Vmm_core.Name.t * 'a) list
Sourceval all : 'a t -> (Vmm_core.Name.t * 'a) list
Sourceval fold : Vmm_core.Name.t -> 'a t -> (Vmm_core.Name.t -> 'a -> 'b -> 'b) -> 'b -> 'b