mirage-profile-unix
Library
Module
Module type
Parameter
Class
Class type
update for mirage-xen 4.0.0 (@talex5).
v0.9.0 2019-06-25
port to dune (@talex5)
upgrade opam metadata to 2.0 format (@talex5 @avsm)
v0.8.2 2017-11-22
add ocplib-endian to jbuild rules to support cstruct >= 3.2.0
v0.8.1 2017-06-19
update opam descriptions to correctly depend on io-page-xen
fix README instructions for latest interfaces
minimum supported OCaml version is 4.03.0+ as per rest of MirageOS 3
v0.8.0 2017-06-08
split into 3 ocamlfind and opam packages:
mirage-profile: generic code
mirage-profile-unix: Unix-specific library
mirage-profile-xen: Xen kernel specific library
build with jbuilder
release with topkg
modernize travis configuration
don't link client libraries against cstruct.ppx
add "Async" thread type
fix linking problem on Ubuntu 12.04
v0.7.0 2016-03-13
depend on cstruct.ppx (from >= 1.9.0) rather than cstruct.syntax
improve usage instructions