package albatross

  1. Overview
  2. Docs
On This Page
  1. Object Identifier
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_asn/index.html

Module Vmm_asnSource

ASN.1 encoding of resources and configuration

Object Identifier

Sourceval oid : Asn.OID.t

OID in the Mirage namespace (enterprise arc 1.3.6.1.4.1.49836.43)

Sourceval wire_to_cstruct : Vmm_commands.wire -> Cstruct.t
Sourceval wire_of_cstruct : Cstruct.t -> (Vmm_commands.wire, [> `Msg of string ]) result
Sourceval of_cert_extension : Cstruct.t -> (Vmm_commands.version * Vmm_commands.t, [> `Msg of string ]) result
Sourceval to_cert_extension : Vmm_commands.t -> Cstruct.t
Sourceval unikernels_of_cstruct : Cstruct.t -> (Vmm_core.Unikernel.config Vmm_trie.t, [> `Msg of string ]) result