Antonin Décimo
Antonin Décimo
The goal is to remove winpthreads (a library emulating pthreads on top of _old_ Windows APIs), and use _modern_ Windows APIs in both the MSVC and MinGW-w64 ports. ~It would...
This PR implements a new `Cohttp_lwt_unix.Connection_proxy` module satisfying `Cohttp_lwt.S.Connection_cache`, allowing client HTTP/HTTPS requests to be routed through proxies. I recommend a quick glance at [Everything curl - 9.8 Proxies](https://everything.curl.dev/usingcurl/proxies/index.html) for...
Is it possible to use a custom OCaml compiler with ocaml-setup? I'd like to point to a specific repo, branch, commit, of the compiler for testing. I'd like it to...
Upstream currently has accepted an incomplete version of changes required for building tree-sitter with Unix Makefiles and MinGW-w64, and suggests using CMake instead. Would this be acceptable here? It would...
I'm trying to use clang everywhere. The MSYS2 CLANG64 environment uses UCRT, but we're missing bits to link with it right now. It is however possible to use clang with...
Update the CI and deployment from OCaml 5.2.0 to 5.2.1. Update the deployment image to Alpine 2.21, and opam 2.3 (should be faster). Updating to the BuildKit syntax should speed...
## Propose to move a project to ocaml-community ## **Project name:** notty **Initial author(s):** David Kaloper Meršinjak (@pqwy) **Current URL:** - https://github.com/pqwy/notty - https://github.com/ocaml-dune/notty **License:** ISC License **Description:** Declarative terminal...
This would allow nice optimizations, like building the build stages in parallel, or use the `ADD --link` form to get lighter images and build them faster. See #166 for a...
We're transitioning from the `ocurl` name to `curl`, I've thus added the `version: "transition"` to the `dune-project` and the opam file of the `ocurl` package. The package `curl` now conflicts...