Skip to content

Releases: robur-coop/ocaml-solo5-elftool

0.4.0

04 Feb 18:26
Compare
Choose a tag to compare

CHANGES:

  • Reimplement the necessary ELF parsing and drop the owee dependency. This makes it possible to use this library in Mirage.
  • BREAKING: Switch to cachet instead of requiring the whole binary in memory.

0.3.1

16 Mar 17:32
Compare
Choose a tag to compare

CHANGES:

  • Update to cmdliner 1.1.0

0.3.0

28 Jan 14:50
Compare
Choose a tag to compare

CHANGES:

  • Exceptions from Owee are caught in query_abi and query_manifest

0.2.0

16 Dec 15:22
Compare
Choose a tag to compare

CHANGES:

  • Rename binary from solo5-elftool to osolo5-elftool so it can co-exist with
    the C binary
  • Implement query_abi and osolo5-elftool query-abi
  • Return a result error instead of an assertion exception on unknown manifest
    entry types
  • Remove noop tests

0.1.0

28 Sep 08:08
Compare
Choose a tag to compare

CHANGES:

  • Initial public release