package mirage-console-solo5

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

Install

Dune Dependency

Authors

Maintainers

Sources

mirage-console-solo5-v0.6.1.tbz
sha256=097740d6bf4f8af0c4b331b183cf64f4f43c2b9b572d4f554b40faab0c938b39
sha512=81c6a98b778c0a663168f2d6517f0036d1d5508d5dac7228dbf9f5a555faa9e7f9e921f1b91df2377d304047bd88b8528a7863a76f69458b98127ba7f8891cc3

CHANGES.md.html

v0.6.1 (2019-11-01)

  • Adapt to mirage-console 3.0.0 changes (#19, @hannesm)

  • Bump minimal OCaml version to 4.06.0 (#19, @hannesm)

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 (#17, @pascutto)

v0.3.0 (2018-06-17)

  • Adapt to Solo5 v0.3.0 APIs (@mato, #15)

  • Cleanups (@hannesm, #13)

v0.2.0 (2017-01-17)

  • Port to topkg (@hannesm, #4)

  • Update types and interface for MirageOS 3 (@hannesm, @yomimono, @samoht)

v0.1.1 (2016-07-15)

  • Initial release derived from mirage-console.unix