package MlFront_Thunk
  Describes and runs reproducible units of work called thunks
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_exnandappend_exn. The non-_exnfunctions now return aResult.t.
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 "..."; ...].