Antonin Décimo

Results 158 issues of Antonin Décimo

Considering that OCaml 5 releases were somewhat experimental until it was more-or-less stabilized around 5.3, I suppose it's not that important to test packages with OCaml 5.0, 5.1, 5.2, unless...

opam 2.2 added the `with-dev-setup` annotation to dependencies to mark them as optional, but useful when, for example, we use libraries in examples or benchmarks, but that are not dependencies...

I think sharing the package cache could make docker builds more efficient, but I'm also worried that parallel jobs could compete for the cache as it is exclusive (`locked`). Alternatively,...

The README suggests using `~/.ocamlinit`, but since OCaml 4.10 the toplevel adheres to the XDG convention (thanks!). The README and the opam package description should reflect that. Opam files also...

enhancement

This PR adds basic support for Windows to notty. We can retrieve the initial size of the terminal, but it's difficult (or nearly impossible) to be notified of changes to...

This updates the embedded data to Unicode 16. The data can now be generated with Dune using [`(rule (mode promote))`](https://dune.readthedocs.io/en/stable/reference/dune/rule.html#modes). `uucp` is marked `with-dev-setup` in the opam file. Depends on...

This PR moves the project to Dune 3, which has slightly better support for compiling foreign stubs. It also generates the opam file with Dune, and fixes documentation warnings.