Mark Elvers
Mark Elvers
Here's a graph showing the number of jobs which ended in "resolution of the request timed out" for 2024. 

I would add a conf package to opam-repository, perhaps `conf-hg` or `conf-mercurial`. There are plenty of examples in the repository. Perhaps [conf-jq](https://github.com/ocaml/opam-repository/blob/master/packages/conf-jq/conf-jq.1/opam) is a good starting point? Then you'd add...
You can see the analysis via this link https://ocaml.ci.dev:8100/job/2025-09-10/152352-ci-extract-ba749f. ``` 2025-09-10 15:23.52: New job: Extract 2025-09-10 15:23.52: Checking out commit 6e4384f8. To reproduce: git clone --recursive "https://github.com/robur-coop/builder-web.git" -b "builder-miou" &&...
The archive mirror is already included in the CI runners. For example: ```sh $ docker run --rm -it ocaml/opam:debian-12-ocaml-4.14@sha256:30169b3ce5a84172c049cfc64621b66e9a02a7b0431076f872278354c85107fe opam@bb18cde450c7:~$ grep mirrors .opam/config archive-mirrors: "https://opam.ocaml.org/cache" ``` The errors look to...
@jmid I have added a commit for the older versions.
`effect` is a reserved keyword in OCaml 5.3+, so I have revised my PR. The `automake` failures are very interesting and unrelated to the PR. `automake` shouldn't be needed as...