-
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.
```
…
-
Tried to do it in [this branch](https://github.com/melange-re/melange-for-react-devs/tree/ocaml-52) but ran into this error involving styled-ppx not liking ocaml 5.2.0:
```bash
$ npm run init
>…
-
I've also tried to run it in vs devShell, but I can't figure out which 'VsDevCmd.bat' it used and why it failed.
```ps1
ootop@LAPTOP-D1B0JMJA ~ opam init
opam.exe: [WARNING] Detected that th…
-
## Expected Behavior
`dune build` properly installs `ocamlfind` and proceeds with building the package.
## Actual Behavior
Same error on my host machine (Gentoo) and docker Alpine or Ubuntu i…
-
See https://github.com/ocaml/opam-repository/pull/26799
Most pre-releases should have at least:
```
flags: avoid-version
available: opam-version >= "2.1.0"
```
There are of course exceptions (…
-
I am experiencing a bug with ocamllsp and it was indicated to me that this may be due to a version mismatch between the compiler that builds my project and the compiler that compiled the language serv…
-
Follow the instructions in #2:
> * Download `libtorch` binaries (or build `libtorch` in your Mac). At the moment there are no official pre-build binaries. I downloaded my (unofficial) binaries from…
-
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 work on Windows, too. If this feature …
-
odoc seems to have trouble handling deprecation alerts attached to type aliases, for example this one:
```ocaml
type int2 = int [@@ocaml.alert deprecated "Just use int"]
```
Here's odoc's complain…
-
Running `dune fmt` with the dev tools feature enabled (e.g. in the developer preview) dune will install ocamlformat before using it to format the project. However, dune also runs `ocamlc` to get infor…