package solo5-elftool

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

Install

Dune Dependency

Authors

Maintainers

Sources

solo5-elftool-0.3.1.tbz
sha256=8e8186f006c634fe5a7822f10aead39db7b36d540dbb17a67550252cfcbace8e
sha512=6911a3786c7255973a77ac9ff3da913d751d981a1841b349ae0b2cbf6bd31257912adba8fd270b4354d4ab2344241e1e7644e3d2d3d32a4920ccc4d137462bd7

Description

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

Published: 16 Mar 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 >= "1.1.0"
  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"