package MlFront_Cache
Caching 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_exnandappend_exn. The non-_exnfunctions now return aResult.t. - breaking change: MlFront_ZipFile.ZipFile.unzip_exn's
~on_entryand MlFront_ZipFile.ZipFile.zip_exn's~filternow callback with the zip entry not the path (ie. notdestdir / entry).
2.3.1
- bugfix: Register callback as root to avoid segfaults with mlfront_zip. Fixes https://gitlab.com/dkml/build-tools/MlFront/-/issues/3
Earlier
- Add
.opaminstall instructions. - Remote spec now includes a
`kindfield that can either be`std [`mirrors_clib []; ...]or`cload [`id "library_id"; `clib "..."; ...].