package solo5-elftool

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

Install

Dune Dependency

Authors

Maintainers

Sources

solo5-elftool-0.2.0.tbz
sha256=fb09e45777ed2aa49e0adb7e9ba974c8f15c6ff8fbee301bf0a16e2364906b83
sha512=3eb434f1bce11e5f14708cb64a8bcc97d17656df3dadf53f398821fa2fb7354996d6ae064cff0b9c98143c6e41393ba2f273083f771bfaa98c6e62ef0053d288

Description

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

Published: 17 Dec 2021

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

None

Conflicts (1)

  1. result < "1.5"