ocsigen / eliom

Multi-tier framework for programming web and mobile applications in OCaml.
http://eliom.org
Other
306 stars 54 forks source link

Upgrade to OCaml 5.1 #762

Closed kit-ty-kate closed 1 year ago

kit-ty-kate commented 1 year ago

I'm not sure what you're using to support several versions of the compiler but feel free to modify this PR in any case

vouillon commented 1 year ago

Thanks! I think we are going to use ppx_optcomp to preserve compatibility with previous versions of the OCaml compiler. See #763.