-
The manual states that `(run` should be used to invoke a program but on Unix this will include scripts which are marked as executable.
This is not portable - Dune should display a warning in this c…
dra27 updated
6 years ago
-
(This is a question about a somewhat unintuitive behavior related to `opam pin`; sorry if it is already mentioned somewhere.)
One user of our opam package used a `opam pin --kind path ` to install …
-
I tried installing nearly every version, and none of them work.
`npm i -g refmterr` yields the output such as this:
```
npm ERR! code E404
npm ERR! 404 Not Found - GET https://registry.npmjs.o…
-
opam install ocaml+twt
[ERROR] No package named ocaml+twt found.
opam --version
2.0~alpha5
when i use version 1.2.2, it still tell `No package named ocaml+twt found.`
cha1n updated
7 years ago
-
Here's my proposal for a new syntax for dependencies in dune-project. The goals are:
- variable syntax consistent with the rest of dune (replace variables like `:os` with pforlms like `%{os}`)
- u…
-
Hello Dr. Lin,
I followed the previous steps in the README file, but while running the make command I get the following error:
PhyloCSF$ make
make -C lib/CamlPaml reinstall
make[1]: Entering …
-
I ran into an overlapped dependency issue and was surprised by the error message:
```
Error: Conflict between the following libraries:
- "extunix" in _build/default/extunix/src
- "extunix" in
…
-
From decompress' testsuite:
```
#=== ERROR while compiling decompress.1.4.1 ===================================#
# context 2.1.0~beta4 | linux/x86_64 | ocaml-variants.4.12.0+domains | …
-
We're not hearing from the person in the maintainer field on multiple relevant PRs. I've sent a query to them to see if they still want to be the opam file maintainer.
Assuming I don't hear back, …
-
I am learning OCaml right now and using a Python notebook for that is awesome, thanks iocaml exists!, so if I am doing something stupid please tell me...
Installed a new ocaml/opam installation, cr…