-
## Expected Behavior
Enabling the dune cache would allow speedup for (re)building packages when (re)installing them via OPAM.
## Actual Behavior
The cache folders are created, but no files …
-
Hi,
When I try to install omake `0.10.3` using opam, i get the following error:
```
# opam-version 1.2.2
# os linux
# command make
# path /home/thomas/.opam/tezos_fresh/…
-
Starting a few months back (I don't know exactly what triggered this), my development environment (which uses Opam (but no `_opam`) + Dune + Emacs + Merlin) started to freeze regularly (and annoyingly…
-
According to the ocp-indent [installation instructions page](http://www.typerex.org/ocp-indent.html), the command for integrating ocp-indent with vim is
```
echo 'autocmd FileType ocaml source '"$(op…
-
@kudlicka is working on a principled installation pipeline; however the `README.md` in the other repo already gives some hints how to install from source.
- [x] can be added to the website already …
-
OCaml-CI's current strategy for running tests of multi-package repositories is to first pin all of the packages and then install them all in the same switch and run `dune runtest`. This approach has …
-
The document uses consecutively
```
operf-micro list
```
and
```
operf-micro run list
```
I assumed that the latter was an ugly syntax to say "run all the benchmarks returned by the `list` command…
-
### Comment:
I discovered that one can install much more than python stuff in conda. I am instlaling opam with conda for ubuntu with:
```
conda install -c conda-forge opam
```
and wanted to do …
-
I'm using the global opam switch (I think; I don't really know OCaml). If I run
```
ocaml install ocaml-lsp-server
```
It gives this output:
```
❯ opam install ocaml-lsp-server
The follow…
-
```
$ cd $(mktemp -d)
$ git init
$ echo 'opam-version: "2.0"' > test.opam
$ echo 'build: "true"' >> test.opam
$ git add test.opam
$ git commit -m initial-commit
$ opam install .
[succeeds]
$ …