yoriyuki / Camomile

A Unicode library for OCaml
Other
125 stars 26 forks source link

Adapt to OCaml 5. #87

Closed toots closed 1 year ago

toots commented 2 years ago

This PR adapts the code to build with a recent dune and OCaml compiler, including OCaml 5.0.0~alpha1.

It also adds github actions to compile and run tests. See here: https://github.com/savonet/Camomile/runs/7546896295

Tests run failure is ignored and noted as skipped as it is also failing on the current code: https://github.com/savonet/Camomile/actions/runs/2749176976

toots commented 1 year ago

PR merged into https://github.com/savonet/Camomile after aproval from @yoriyuki. Plan is to maintain the code as a community project either at this fork or at https://github.com/ocaml-community if https://github.com/ocaml-community/meta/issues/39 gets addressed.