We do not announce very often our releases on this forum. Here is a roundup of recent releases to make amends.
Many releases of Js_of_ocaml last year, with important features like the support of OCaml 5 effects, global dead-code elimination, support for modern JavaScript and a huge list of improvements and fixes.
There is now also a new backend for js_of_ocaml, Wasm_of_ocaml written by @vouillon, to compile to WebAssembly. It can be used as a replacement for js_of_ocaml with very few changes.
Eliom, the OCaml Web framework, has now reached version 10.2. Amongst the most recent changes:
- The Dune-based build system is now the default one for client-server apps
- compatibility with OCaml 5
- Reactive programming: Update to recent versions of js_of_ocaml, which support weak pointers
- Documentation improvements
An experimental version is also available to build WASM applications with wasm_of_ocaml
Ocsigen-Start version 6.1
- removes a dependency on Ocamlnet to make it compatible with OCaml 5. No default email function is now provided. Warning: this might be a regression if you use the default email-sending function.
- updates the dune-based build system
Tyxml 4.6 was released with fixes on some tags and options.
Several maintenance releases of Ocsigen-Toolkit
The Ocsigen team wishes you a happy new year!