-
> If your issue concerns a package not building, please report to
> https://github.com/ocaml/opam-repository/issues or to the package maintainer
> unless you are confident it is an issue in th…
-
Environment variables can be made available to steps in a GitHub workflow job by [writing the variable definitions to the `$GITHUB_ENV` file](https://docs.github.com/en/actions/using-workflows/workflo…
-
Tonight, I suppose due to #894 all jobs in one repository started failing with:
```
/opt/hostedtoolcache/opam/2.3.0/x86_64/opam pin --no-action add earlybird.dev .
[ERROR] Could not synchronize…
-
Similar to `opam install --download-only` that'd be great to have an option to only populate the (opam) caches.
The use-case is to repopulate caches early, so that `opam monorepo pull` could be run…
-
I'm trying to easily install the platform in a debian Github Codespace (https://github.com/features/codespaces).
The platform installer is not working as expected. When running it, it fails with the …
-
I created a PR with `opam publish` and ran into some CI issues, so I made changes to my project and was trying to figure out how to modify the PR. I tried `opam publish --dry-run`, hoping that I could…
-
When I call `Raygui.text_box bounds text edit_mode` the result will append the byte `0` onto `text` even if no key has been pressed. I can work around this by trimming 0's off the result.
Also, th…
-
Removed after https://github.com/ocaml-opam/opam2web/issues/175
-
I'm trying to use `opam` to install `ocp-build`.
Then it throw out the error message as below:
```
[ocp-build: make install] Command started
[ocp-build: sh] Command started
[ERROR] The installation o…
-
I'm not sure how to test individual examples in the testing chapter in a reasonable way. If I switch to an individual directory and run "dune runtest", it fails, like this:
```
[yminsky@viserion s…