- Port to Jbuilder and simplify test dependencies (#38 by @rgrinberg)
- Fix reading of files consisting of multiple pages (#30 by @hannesm)
- Port to MirageOS3 API: removed unused
id
type (#17), add Failure error type (#20),connect
does not return a result anymore. - Generate a
mem
function for the filesystem (#18) - Port to topkg and respect the odig packaging convention (#24 via @fgimenez)
- Add
LICENSE
file to repository (#19 via @djs55)
- Use a poor-man
realpath
instead of relying on C bindings which are not available under Cygwin
- Add an explicit
connect
function to the signature of generated code. (#13) - Use centralised Travis CI scripts.
- Deduplicate file chunks so that only one copy of each sector is allocated in the static module.
- Fix compilation of 0-length files.
- Use the
V1.KV_RO
signature from mirage-types>=0.5.0 - Add Travis CI scripts.
- Generate the correct signature for
V1.KV_RO
.
- Use the
V1.KV_RO
signature from mirage-types>=0.3.0
- Do not skip files without an extension.
- Bugfix release.
- New release to adapt to the new mirage-types API
- Add a
-nolwt
output mode which simply uses strings and has no dependence on Lwt. For the modern user who demands ultra-convenience.
- Adapt output to mirage-platform-0.9.2 Io_page API.
- Added a -o option (needed for mirari)
- Initial public release