package MlFront_Core

  1. Overview
  2. Docs
Module and library identification for MlFront

Install

dune-project
 Dependency

Authors

Maintainers

Sources

MlFront.tar.gz
md5=aeb01176ff012ed278135b2f8347ee97
sha512=8bcddec2ab379ebd20cb9dedc216cd94ee0c9f5462294736c5ea12799a90bb1e16fb68c63e42a46539a58d318850186823d370682e145bed22ec40a89cf7d202

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.

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 "..."; ...].