package solo5-elftool

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

Install

Dune Dependency

Authors

Maintainers

Sources

solo5-elftool-0.1.0.tbz
sha256=1581449e71f79bd150bb4d1d928f046c844a8045be210721fd1d4d8bb5b27767
sha512=c70f8eb00a910bfc2ada4a7467a6e52490adb54c99ad23d0430e696b83ad05e2bbb6c7df24134f9a5f3be9938767b352a043119b8035b12d571cda1642a30891

Description

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

Published: 15 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"