package mirage-console-solo5

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

Install

Dune Dependency

Authors

Maintainers

Sources

mirage-console-solo5-0.8.0.tbz
sha256=dab4cafc90e4476c8a569f5ebdc48ba8c93fe0d6e505589d7e80aac4fae86415
sha512=12c3728d9bd805ad785c07dc421c076c48c64560e8f9d8615f687aee62dbcf67bba16f0cab12e27803450f8f4452e240998cca638df8b1608c8d87083e53fcfc

CHANGES.md.html

v0.8.0 (2022-03-27)

  • Rename the freestanding toolchain to solo5 (@dinosaure, #23)

  • Use ocamlformat (#@samoht, #25)

v0.7.0 (2022-02-01)

  • mirage-console-solo5 requires OCaml 4.08 (@hannesm, #20)

  • Be able to build and install mirage-console-solo5 without the expected dune's context (@TheLortex, @dinosaure, #21)

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