Releases: savonet/ocaml-flac
Releases · savonet/ocaml-flac
ocaml-flac 0.5.1
ocaml-flac 0.5.0
0.5.0 (2023-09-05)
- Cleanup API, get rid of global roots,
make ogg encoder and decoder implementation
use the main flac module implementation.
ocaml-flac 0.4.0
0.4.0 (2023-05-09)
- Move global roots removal out of custom blocks
finalizers to be compliant with OCaml 5 memory
model. - Update Ogg encoder API to use flac native ogg
support.
0.3.1
0.3.0
0.2.0
0.1.7
0.1.6
0.1.5
0.1.4
0.1.4 (23-01-2019)
- Use caml_acquire_runtime_system/caml_release_runtime_system for clarity
- Register global roots using caml_register_generational_global_root
- Remove tmp field from encoder and decoder and use proper variable
registration when appropriate. - Be specific about each callback registered as global root.