Releases: ocaml-attic/mirage-types
Releases · ocaml-attic/mirage-types
Stable 1.0 release
Fixes to the Network API
Merge pull request #16 from avsm/master Modify `NETWORK.read` to be `NETWORK.listen` to match implementations.
Add Network module type, and tidyups
0.4.0 (08-Dec-2013):
- Rename
BLOCK.CLIENT
to justBLOCK
to match others. - Add a
DEVICE.id
function to retrieve an id from aDEVICE.t
. - Make
BLOCK.id
abstract. - Make
CONSOLE.id
abstract. - Add
NETWORK
type for network interface.
Add filesystem module
Merge pull request #12 from avsm/master release 0.3.0
Added device infrastructure
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
Merge pull request #2 from djs55/block-clarifications Improve BLOCK_DEVICE