Skip to content
#

opam

Here are 54 public repositories matching this topic...

jeremiedimino
jeremiedimino commented May 7, 2020

Dune systematically buffers the output of commands so that their output is not mixed up during parallel builds. However, this is not ideal for interactive commands that require direct access to the terminal.

Currently, the only workaround is to run dune with -j 1 --no-buffer which is not ideal since it completely disables parallelism and also require a specific dune invocation.

Another ide

na4zagin3
na4zagin3 commented Nov 16, 2019

As OPAM 2.1 automatically removes installed files, opam install subcommand is meaningless.

As of 2.0, opam tracks the files added to the prefix during package installation, and automatically removes them on package removal, so this should not be needed anymore in most cases (and may even be harmful if files from different packages overlap, which remove scripts generally don't handle). Use i

Improve this page

Add a description, image, and links to the opam topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the opam topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.