package mirage-bootvar-solo5

  1. Overview
  2. Docs
Solo5 implementation of MirageOS Bootvar interface

Install

Dune Dependency

Authors

Maintainers

Sources

mirage-bootvar-solo5-v0.6.0.tbz
sha256=113ea304f8c418d3045aa9611492d200ec8ce3b06c40a91b0aa3ca190d691737
sha512=4966c100f8ee87537e586a1a305d8c706baa36ce5c208dce2ae89cc101d4faa458fa3b10e7b79b42b412137d81c7f56676d89e6fde1d955ec1d609538e9b04e0

CHANGES.md.html

v0.6.0 (2019-09-24)

  • Bump version number and dependencies to stay in sync with other Mirage/Solo5 components.

  • Update Travis Matrix, bump to Ubuntu Xenial, only test with last three compiler versions.

  • Port to dune (#13, @pascutto)

v0.3.0 (2018-06-17)

  • Adapt to Solo5 v0.3.0 APIs.

v0.2.0 (2017-01-17)

  • Port to topkg (@hannesm, #6)

  • Use common parse-argv library (@yomimono, #4)

v0.1.1 (2015-07-15)

  • Initial release for Solo5, derived from mirage-bootvar-xen.

  • Only implements the Bootvar.argv interface as nothing else is required by current Mirage.