package solo5-elftool

  1. Overview
  2. Docs
OCaml Solo5 elftool for querying solo5 manifests

Install

Dune Dependency

Authors

Maintainers

Sources

solo5-elftool-0.3.0.tbz
sha256=72eeec01675fef461bce4d49d860fdf893e281b142b9018504ccbec5c3552c7e
sha512=3fc15772be393ed24db98fa428e24377f6f38d50fa57e2de9bb6ec614ba2120b7cce8cf1c12bcb297c901f4645cc1a278c5487e49b5e64e2946a1982209b321e

Description

OCaml Solo5 elftool is a library and executable for reading solo5 device manifests from solo5 ELF executables.

Published: 28 Jan 2022

README

Solo5-elftool - OCaml Solo5 elftool for querying solo5 manifests

Solo5 embeds a manifest of which devices a unikernel expects. Solo5-elftool can be used to read and inspect this manifest.

One advantage over calling out to Solo5's solo5-elftool is that a user of the library can read the manifest from an ELF executable held in memory; no need to write the executable to disk first!

Dependencies (6)

  1. cmdliner
  2. fmt >= "0.8.7"
  3. cstruct >= "6.0.0"
  4. owee >= "0.4"
  5. dune >= "2.9"
  6. ocaml >= "4.8.0"

Dev Dependencies

None

Used by (1)

  1. albatross >= "1.4.0"

Conflicts (1)

  1. result < "1.5"