-
The index doesn't currently store the opam-repository metadata, but it does have the revision of opam-repo that a given run was built against. Some runs (like ppc64le) naturally lag behind the faster …
-
Executing `opam switch create . ocaml-base-compiler.4.10.1` on macOS 10.14.6 fails with:
```
# fatal exception Failure("Command 'tar -cf /Users/user/test/_opam/.opam-switch/opam-bin/ocaml-base-com…
-
Current behavior:
```
$ opam switch --dry-run create lts ocaml=4.14.2
Installing new switch packages
Switch invariant: ["ocaml" {= "4.14.2"}]
Processing actions
Installing base-bigarray.…
tuohy updated
7 months ago
-
Hello !
I used to be able to use duniverse to build ocaml-lsp on windows without opam nor ocamlfind, and it worked like a charm !
But since the upgrade to "opam core 2.1" (commit f133ee684bc219…
-
```
$ opam install ocaml+twt
[ERROR] No package named ocaml+twt found.
$ opam --version
1.2.2
ocaml -version
The OCaml toplevel, version 4.02.3
```
-
We have been seeing a weird behavior of opam, both in CI and on dev machines, where a package that hasn't seen a change in months gets recompiled once in a while by opam. It is hard to investigate, we…
Khady updated
7 months ago
-
I'd like to have installation instructions run "live", so that we can regression test our installation instructions in RWO and ocaml.org.
For that, we would need to have some way to redirect a cod…
-
A very frequent error users do is that they start installing Coq + CoqIDE with their preferred package manager, then they install opam and coq packages through opam. These packages depend on Coq but n…
-
I came into a situation where I want to run coqtop.byte in ocamldebug to analyze some runtime behavior. From those plugins which I use from the Coq Platform, the Bignums syntax plugin is the only one …
-
Currently, it does not seem possible to cleanly install `mlgmpidl` under MacOS with ARM64 machines, since 482a475481cf7a5530ec9dbd07e6940619d5d345 restricted the OS requirements on `mlgimpidl>1.2.11` …