package albatross

  1. Overview
  2. Docs

ASN.1 encoding of resources and configuration

Object Identifier

val oid : Asn.OID.t

OID in the Mirage namespace (enterprise arc 1.3.6.1.4.1.49836.43)

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