Skip to content

Commit

Permalink
Documentation for release 0.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mato committed Mar 3, 2020
1 parent d72da0d commit 9d78d93
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
6 changes: 6 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## v0.6.2 (2020-03-03)

* Remove redundant allocation in solo5_net_stubs.c. Fixes rare memory leak (@Reperator, #56)
* Port build system to Dune. (@hannesm, #58)
* Support OCaml 4.10.0. (@kit-ty-kate, #57)

## v0.6.1 (2019-11-02)

* Use at_enter_iter/at_exit_iter/at_exit hooks provided by Mirage_runtime
Expand Down
12 changes: 3 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,8 @@
# mirage-solo5 -- Solo5 core platform libraries for MirageOS

This package provides the MirageOS `OS` library for
[Solo5][1] targets, which handles the main loop and timers. It also provides
the low level C startup code and C stubs required by the OCaml code.
**Do not install this package manually.** If you came here from a search engine looking for information on MirageOS/Solo5, [start here](https://mirage.io/wiki/install).

Currently this package also includes the C stubs used by the Solo5 `console`,
`block` and `net` implementations.
This package provides the [MirageOS](https://mirage.io/) `OS` library for [Solo5](https://github.com/Solo5/solo5) targets, which handles the main loop and timers. It also provides the low level C startup code and C [stubs](lib/bindings/) required by MirageOS on Solo5 targets.

The OCaml runtime and C runtime required to support it are provided separately
by the [ocaml-freestanding][2] package.

[1]: https://github.com/Solo5/solo5
[2]: https://github.com/mirage/ocaml-freestanding
by the [ocaml-freestanding](https://github.com/mirage/ocaml-freestanding) package.

0 comments on commit 9d78d93

Please sign in to comment.