Skip to content

Eliom 6.0

Compare
Choose a tag to compare
@vasilisp vasilisp released this 08 Dec 17:14
· 697 commits to master since this release
  • Improve Eliom_service and Eliom_registration APIs using GADTs
  • Implement client-side services, useful for mobile apps. This includes
    • client-side service registration (Eliom_registration)
    • client-side service routing (Eliom_client.change_page_uri)
  • Transition to PPX internally
  • Compatibility with
    • OCaml 4.03.0 and 4.04.0
    • Js_of_ocaml 2.8.2 and newer
    • TyXML 4.0 and newer
  • Various bugfixes and improvements