-
When building Coq theories with plugins depending on OCaml libraries (everything being in a dune workspace) it seems like dune sometimes fails to place `.cmxs` files for transitive dependencies where …
-
From [this comment](https://github.com/ocaml/opam/issues/1422#issuecomment-222989449), I gather that opam automatically checks out submodules when it detects a `.gitmodules` file during the initial se…
-
I'm using opam in Windows 11. I tried to install OCaml, but failed apparently because the downloaded file for `ocaml-base-compiler.5.1.1` is not found. Here's what happened in my command prompt.
```
…
-
Running an Eio program with 5.2.0-tsan, I get:
```
WARNING: ThreadSanitizer: data race (pid=56677)
Write of size 8 at 0x7f6fea842f48 by main thread (mutexes: write M117):
#0 camlEio__core__S…
-
The opam description requires ocaml < 5.0.0 (https://opam.ocaml.org/packages/hashset/), but the library seems to compile with no issue with ocaml 5.2. Could this requirement be relaxed?
-
hpack currently fails with the following error on OCaml 5.3:
```
#=== ERROR while compiling hpack.0.12.0 =======================================#
# context 2.3.0~alpha~dev | linux/x86_…
-
**Describe the bug**
I have a git lfs repository hosted on gitlab, it has some things already in (including LFS files).
I've done some change locally, committed them (this removed 2 LFS files and ad…
-
Following on https://github.com/ocaml/ocaml/pull/11590, it is possible to install ocaml in a folder with spaces, but if that ocaml was compiled in a folder with spaces it will contain an invalid sheba…
-
Dear @Julow, would you mind to do the magic so that the nix stuff uses a more up-to-date opam-repository? The current CI fails since it uses an opam-repository that points to unavailable tarballs (due…
-
If, after removing any python3.exe in Windows' PATH, I try `opam install conf-python-3` with the mingw64 compilers, either from a full-fledged Cygwin environment, or from a Windows opam with its own c…