Skip to content

v3.5.0

Compare
Choose a tag to compare
@avsm avsm released this 26 Feb 16:26
· 251 commits to main since this release
b30ec69

CHANGES:

  • Remove trailing spaces in hexdump output (#219 @emillon)
  • Add Cstruct.rev to allocate a reversed cstruct (#221 @emillon)
  • Cstruct_unix now uses the post-OCaml 4.06 Unix.map_file
    instead of the deprecated Bigarray map_file that was removed
    in OCaml 4.08 (@avsm, see ocaml/ocaml#2263)
  • Remove unnecessary (wrapped false) in the build system (@avsm)
  • Correct ocamldoc to the right cstruct-ppx package pointer (@avsm)