Skip to content

lwt 4 update

Compare
Choose a tag to compare
@fdopen fdopen released this 15 Apr 19:24
· 27 commits to master since this release
  • update to lwt 4.0.0:

    • The modules Uwt_chan and Uwt_log have been removed. Uwt_log
      is available as an external library
    • Uwt_io.file_length now fails with EISDIR when used on a
      directory (see ocsigen/lwt#563)
  • update to libuv 1.20.0:

    • Uwt.Fs.copyfile now supports file cloning