Skip to content

v1.4.0

Compare
Choose a tag to compare
@avsm avsm released this 28 Mar 18:44
· 17 commits to main since this release

CHANGES:

  • Drop the hard dependency on unix that is transitively
    brought in by cstruct/bigarray. This is done by using
    the new bigarray-compat opam package that does the
    right thing on OCaml 4.07+ to not depend on unix.
    On older OCaml compilers the dependency will still be
    there and must be manually dropped with -dontlink, but
    we encourage users to use a newer compiler (#29 @TheLortex)