Skip to content

Releases: ocaml-attic/mirage-types

Stable 1.0 release

24 Dec 01:15
Compare
Choose a tag to compare
Merge pull request #18 from avsm/master

Simplify build system to not use `ocamlbuild`.

Fixes to the Network API

08 Dec 20:52
Compare
Choose a tag to compare
Merge pull request #16 from avsm/master

Modify `NETWORK.read` to be `NETWORK.listen` to match implementations.

Add Network module type, and tidyups

08 Dec 18:09
Compare
Choose a tag to compare

0.4.0 (08-Dec-2013):

  • Rename BLOCK.CLIENT to just BLOCK to match others.
  • Add a DEVICE.id function to retrieve an id from a DEVICE.t.
  • Make BLOCK.id abstract.
  • Make CONSOLE.id abstract.
  • Add NETWORK type for network interface.

Add filesystem module

07 Dec 15:33
Compare
Choose a tag to compare
Merge pull request #12 from avsm/master

release 0.3.0

Added device infrastructure

05 Dec 16:02
Compare
Choose a tag to compare

0.2.0 (05-Dec-2013):

  • Add KV_RO read-only key-value store type.
  • Add DEVICE module type.
  • Only install the cmi files, since this is just an interface.
  • Change error types to polymorphic variants.
  • Activate Travis CI scripts.

For pre-release testing

02 Dec 21:58
Compare
Choose a tag to compare
Pre-release
Merge pull request #2 from djs55/block-clarifications

Improve BLOCK_DEVICE