package MlFront_Logs

  1. Overview
  2. Docs
Logging for MlFront

Install

dune-project
 Dependency

Authors

Maintainers

Sources

MlFront.tar.gz
md5=561d9b7dfc392fcd7413737ac1f6071a
sha512=ec9b2fe9ac45b8429dda4f155f56f73410d1eb12b879e8f826756f2fc3d8fa00d439a75fbd48be9f6dca6cbf3ca691e2b367cd55d227d9a81f77e95cff6d9346

doc/CHANGES.html

Changes

2.4.2

  • Use shorter 26-character base32 paths in MlFront_Cache rather than 36-character UUID paths.
  • Full embed of sqlite3 C code in MlFront_Cache. That means no pkg-config or shared libraries; MlFront_Cache should be trivial to use in a static binary.
  • breaking change: MlFront_Core.FilePath have renamed of_string_exn and append_exn. The non-_exn functions now return a Result.t.
  • breaking change: MlFront_ZipFile.ZipFile.unzip_exn's ~on_entry and MlFront_ZipFile.ZipFile.zip_exn's ~filter now callback with the zip entry not the path (ie. not destdir / entry).

2.3.1

Earlier

  • Add .opam install instructions.
  • Remote spec now includes a `kind field that can either be `std [`mirrors_clib []; ...] or `cload [`id "library_id"; `clib "..."; ...].