Antonin Décimo
Antonin Décimo
[zlib-ng](https://github.com/zlib-ng/zlib-ng): _zlib data compression library for the next generation systems_ is a fork of zlib with various improvements for newer systems. It's API is similar to zlib. It can be...
It's not possible to create dangling symlinks with native NTFS symlinks. The tar archive correctly extracts itself in the existing versioned directory. ### Security - [x] Change has no security...
bindings.c:55:3: warning: use of GNU old-style field designator extension [-Wgnu-designator] identifier : "tree handling", ^~~~~~~~~~~~ .identifier = ### Security - [x] Change has no security implications (otherwise, ping the security...
Sometimes I'd like to add blockquotes to the documentation. In markdown, they're blocks starting with `>`. They can be nested. I find them useful to refer to text from a...
If I look at the lwt [package documentation](https://ocaml.org/p/lwt/5.9.2/doc/README.html), the code block originating from its [`README.md`](https://github.com/ocsigen/lwt/blob/master/README.md) file are not syntax-highlighted. If I look at its [manual](https://ocaml.org/p/lwt/5.9.2/doc/manual.html), originating from [`manual.mld`](https://github.com/ocsigen/lwt/blob/master/docs/manual.mld), its code...
This fixes new build failures reported in #233: cmdliner.2.0.0: ``` ocaml build.ml cma ocaml build.ml cmxa ocaml build.ml natexe _build/src/tool/cmdliner generic-completion bash > _build/src/tool/bash-completion.sh _build/src/tool/cmdliner tool-completion bash cmdliner > _build/src/tool/bash-cmdliner.sh...
If `make` is invoked with its `-j` option, given through the command line or with the `MAKEFLAGS` environment variable, it will build the recipes in parallel. The cmdliner build system...
Last year I rewrote the C code to use declarations in for loops init-clauses in #13289 (a C99 feature!). This year, I propose a fast-forward in time to introduce a...