package mirage-block-solo5
Install
Dune Dependency
Authors
Maintainers
Sources
sha256=521bf32fefae88a83d28ca9d157760799f1bb88f3e3bb3872be7f3d6e1a5de00
sha512=4c37cb8e26bc66056e034bebbfd43b7891fbf794637c444148f6c75c9264a61a697310156864c2bf8385406d8eb96fbdf77c75865087b68ebb2359b2a73b12a0
CHANGES.md.html
v0.7.0 (2022-02-01)
Adapt to the new
mirage-block.2.0.0
API (@hannesm, #20)Be able to install & build
mirage-block-solo5
without the expecteddune
's context (@TheLortex, @dinosaure, #21)Use
Solo5_os
instead ofOS
(@dinosaure, #22)
v0.6.1 (2019-11-01)
Adapt to mirage-block 2.0.0 changes (@hannesm, #19)
Raise lower bound to OCaml 4.06.0 (@hannesm, #19)
v0.6.0 (2019-09-25)
Synchronise version number with other Mirage/Solo5 component packages.
Update to Solo5 0.6.0+ APIs, multiple devices support (@mato, #18)
Port to dune (@pascutto, #16)
v0.4.0 (2018-11-08)
Correctly use Cstruct buffer offset (@mato, #15)
Migrate to OPAM 2 (@mato, #14)
v0.3.0 (2018-06-17)
Adapt to Solo5 v0.3.0 APIs, refactor and cleanup (@mato, #12, @hannesm, #10)
v0.2.1 (2017-01-17)
Declare dependency on result and fmt in opam (@hannesm, #8)
v0.2.0 (2017-01-17)
Port to topkg (@yomimono, #5)
Update types and interface for MirageOS 3 (@hannesm, @yomimono, @samoht)
v0.1.1 (2016-07-14)
Initial release, based on mirage-block-{xen,unix} code.