Skip to content

11.0.7

Compare
Choose a tag to compare
@mmottl mmottl released this 30 Jul 21:37
· 14 commits to master since this release
11.0.7

CHANGES:

  • Removed package dependencies on stdio and base. This allows
    testing with the new OCaml multicore compiler, which as of now does not
    yet support these libraries.

    Thanks to Anthony Scemama for this contribution!

    • Added support for const char strings in stubs due to stricter handling
      in newer OCaml runtimes. This eliminates C-compiler warnings.